Html Css Color HEX #764E69 Cosmic

📋 copy color: '#764E69'

red 118 ◦ green 78 ◦ blue 105

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

Shades of Cosmic #764E69

Tints of Cosmic #764E69

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 39.2%
G = 25.91%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#764E69 (or 0x764E69) is known color: Cosmic. HEX triplet: 76, 4E and 69. RGB value is (118,78,105). Sum of RGB (Red+Green+Blue) = 118+78+105=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #764E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E69 is #89B196. Grayscale: #5C5C5C. Windows color (decimal): -9023895 or 6901366. OLE color: 6901366.

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

Color convert

RGB 118 78 105 -
CMYK 0 0.34 0.11 0.54
HSL 319.5º 0.2% 0.38% -
HSV(B) 319.5º 0.34% 0.46% -
XYZ 12.75 10.32 14.68 -
YUV 93.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 118 78 105 0 0.34 0.11 0.54 319.5 0.2 0.38
Hex 76 4E 69 0 22 B 36 140 14 26
Octal 166 116 151 0 42 13 66 500 24 46
Binary 1110110 1001110 1101001 0 100010 1011 110110 101000000 10100 100110

Color Harmonies of #764E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E69

Black with #764E69

Text Example


Text Example

White with #764E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,78,105); }

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

background-color css

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

 a { background-color: rgb(118,78,105); }

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

border-color css

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

 span { border-color: rgb(118,78,105); }

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