Html Css Color HEX #764B60 Cosmic

📋 copy color: '#764B60'

red 118 ◦ green 75 ◦ blue 96

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

Shades of Cosmic #764B60

Tints of Cosmic #764B60

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.95%

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

R = 40.83%
G = 25.95%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#764B60 (or 0x764B60) is known color: Cosmic. HEX triplet: 76, 4B and 60. RGB value is (118,75,96). Sum of RGB (Red+Green+Blue) = 118+75+96=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #764B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B60 is #89B49F. Grayscale: #5A5A5A. Windows color (decimal): -9024672 or 6310774. OLE color: 6310774.

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

Color convert

RGB 118 75 96 -
CMYK 0 0.36 0.19 0.54
HSL 330.7º 0.22% 0.38% -
HSV(B) 330.7º 0.36% 0.46% -
XYZ 12.1 9.73 12.31 -
YUV 90.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 118 75 96 0 0.36 0.19 0.54 330.7 0.22 0.38
Hex 76 4B 60 0 24 13 36 14B 16 26
Octal 166 113 140 0 44 23 66 513 26 46
Binary 1110110 1001011 1100000 0 100100 10011 110110 101001011 10110 100110

Color Harmonies of #764B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B60

Black with #764B60

Text Example


Text Example

White with #764B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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