Html Css Color HEX #764E65 Cosmic

📋 copy color: '#764E65'

red 118 ◦ green 78 ◦ blue 101

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

Shades of Cosmic #764E65

Tints of Cosmic #764E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 39.73%
G = 26.26%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#764E65 (or 0x764E65) is known color: Cosmic. HEX triplet: 76, 4E and 65. RGB value is (118,78,101). Sum of RGB (Red+Green+Blue) = 118+78+101=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #764E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E65 is #89B19A. Grayscale: #5C5C5C. Windows color (decimal): -9023899 or 6639222. OLE color: 6639222.

HSL color Cylindrical-coordinate representation of color #764E65: hue angle of 325.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 #764E65 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 101 -
CMYK 0 0.34 0.14 0.54
HSL 325.5º 0.2% 0.38% -
HSV(B) 325.5º 0.34% 0.46% -
XYZ 12.54 10.24 13.63 -
YUV 92.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 118 78 101 0 0.34 0.14 0.54 325.5 0.2 0.38
Hex 76 4E 65 0 22 E 36 146 14 26
Octal 166 116 145 0 42 16 66 506 24 46
Binary 1110110 1001110 1100101 0 100010 1110 110110 101000110 10100 100110

Color Harmonies of #764E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E65

Black with #764E65

Text Example


Text Example

White with #764E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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