Html Css Color HEX #764762 Cosmic

📋 copy color: '#764762'

red 118 ◦ green 71 ◦ blue 98

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

Shades of Cosmic #764762

Tints of Cosmic #764762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 41.11%
G = 24.74%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#764762 (or 0x764762) is known color: Cosmic. HEX triplet: 76, 47 and 62. RGB value is (118,71,98). Sum of RGB (Red+Green+Blue) = 118+71+98=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #764762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764762 is #89B89D. Grayscale: #585858. Windows color (decimal): -9025694 or 6440822. OLE color: 6440822.

HSL color Cylindrical-coordinate representation of color #764762: hue angle of 325.53º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764762 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 98 -
CMYK 0 0.40 0.17 0.54
HSL 325.53º 0.25% 0.37% -
HSV(B) 325.53º 0.4% 0.46% -
XYZ 11.93 9.24 12.71 -
YUV 88.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 118 71 98 0 0.40 0.17 0.54 325.53 0.25 0.37
Hex 76 47 62 0 28 11 36 146 19 25
Octal 166 107 142 0 50 21 66 506 31 45
Binary 1110110 1000111 1100010 0 101000 10001 110110 101000110 11001 100101

Color Harmonies of #764762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764762

Black with #764762

Text Example


Text Example

White with #764762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764762; }

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

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

background-color css

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

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

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

border-color css

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

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

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