Html Css Color HEX #764960 Cosmic

📋 copy color: '#764960'

red 118 ◦ green 73 ◦ blue 96

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

Shades of Cosmic #764960

Tints of Cosmic #764960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.44%

 BLUE value IS 96 (37.89% from 255) = 33.45%

R = 41.11%
G = 25.44%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#764960 (or 0x764960) is known color: Cosmic. HEX triplet: 76, 49 and 60. RGB value is (118,73,96). Sum of RGB (Red+Green+Blue) = 118+73+96=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #764960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764960 is #89B69F. Grayscale: #595959. Windows color (decimal): -9025184 or 6310262. OLE color: 6310262.

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

Color convert

RGB 118 73 96 -
CMYK 0 0.38 0.19 0.54
HSL 329.33º 0.24% 0.37% -
HSV(B) 329.33º 0.38% 0.46% -
XYZ 11.97 9.46 12.26 -
YUV 89.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 118 73 96 0 0.38 0.19 0.54 329.33 0.24 0.37
Hex 76 49 60 0 26 13 36 149 18 25
Octal 166 111 140 0 46 23 66 511 30 45
Binary 1110110 1001001 1100000 0 100110 10011 110110 101001001 11000 100101

Color Harmonies of #764960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764960

Black with #764960

Text Example


Text Example

White with #764960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764960; }

 p { color: rgb(118,73,96); }

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

background-color css

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

 a { background-color: rgb(118,73,96); }

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

border-color css

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

 span { border-color: rgb(118,73,96); }

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