Html Css Color HEX #764D66 Cosmic

📋 copy color: '#764D66'

red 118 ◦ green 77 ◦ blue 102

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

Shades of Cosmic #764D66

Tints of Cosmic #764D66

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.93%

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 39.73%
G = 25.93%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#764D66 (or 0x764D66) is known color: Cosmic. HEX triplet: 76, 4D and 66. RGB value is (118,77,102). Sum of RGB (Red+Green+Blue) = 118+77+102=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #764D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D66 is #89B299. Grayscale: #5C5C5C. Windows color (decimal): -9024154 or 6704502. OLE color: 6704502.

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

Color convert

RGB 118 77 102 -
CMYK 0 0.35 0.14 0.54
HSL 323.41º 0.21% 0.38% -
HSV(B) 323.41º 0.35% 0.46% -
XYZ 12.52 10.12 13.86 -
YUV 92.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 118 77 102 0 0.35 0.14 0.54 323.41 0.21 0.38
Hex 76 4D 66 0 23 E 36 143 15 26
Octal 166 115 146 0 43 16 66 503 25 46
Binary 1110110 1001101 1100110 0 100011 1110 110110 101000011 10101 100110

Color Harmonies of #764D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D66

Black with #764D66

Text Example


Text Example

White with #764D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,77,102); }

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

background-color css

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

 a { background-color: rgb(118,77,102); }

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

border-color css

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

 span { border-color: rgb(118,77,102); }

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