Html Css Color HEX #765062 Cosmic

📋 copy color: '#765062'

red 118 ◦ green 80 ◦ blue 98

#765062
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #765062

Tints of Cosmic #765062

RGB

 RED value IS 118 (46.48% from 255) = 39.86%

 GREEN value IS 80 (31.64% from 255) = 27.03%

 BLUE value IS 98 (38.67% from 255) = 33.11%

R = 39.86%
G = 27.03%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#765062 (or 0x765062) is known color: Cosmic. HEX triplet: 76, 50 and 62. RGB value is (118,80,98). Sum of RGB (Red+Green+Blue) = 118+80+98=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #765062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765062 is #89AF9D. Grayscale: #5D5D5D. Windows color (decimal): -9023390 or 6443126. OLE color: 6443126.

HSL color Cylindrical-coordinate representation of color #765062: hue angle of 331.58º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #765062 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 98 -
CMYK 0 0.32 0.17 0.54
HSL 331.58º 0.19% 0.39% -
HSV(B) 331.58º 0.32% 0.46% -
XYZ 12.54 10.47 12.92 -
YUV 93.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 118 80 98 0 0.32 0.17 0.54 331.58 0.19 0.39
Hex 76 50 62 0 20 11 36 14C 13 27
Octal 166 120 142 0 40 21 66 514 23 47
Binary 1110110 1010000 1100010 0 100000 10001 110110 101001100 10011 100111

Color Harmonies of #765062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765062

Black with #765062

Text Example


Text Example

White with #765062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765062; }

 p { color: rgb(118,80,98); }

 H1.HeaderClassName
 {
   color: #765062;
 }
 .AnyTagClassName
 {
   color: #765062;
 }
</style>

background-color css

<style>
 a { background-color: #765062; }

 a { background-color: rgb(118,80,98); }

 div.DivClassName
 {
   background-color: #765062;
 }
 .BgClassName
 {
   background-color: #765062;
 }
</style>

border-color css

<style>
 span { border-color: #765062; }

 span { border-color: rgb(118,80,98); }

 td.TdClassName
 {
   border-color: #765062;
 }
 .TagClassName
 {
   border-color: #765062;
 }
</style>