Html Css Color HEX #764D57 Cosmic

📋 copy color: '#764D57'

red 118 ◦ green 77 ◦ blue 87

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

Shades of Cosmic #764D57

Tints of Cosmic #764D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.85%

R = 41.84%
G = 27.3%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#764D57 (or 0x764D57) is known color: Cosmic. HEX triplet: 76, 4D and 57. RGB value is (118,77,87). Sum of RGB (Red+Green+Blue) = 118+77+87=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #764D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D57 is #89B2A8. Grayscale: #5A5A5A. Windows color (decimal): -9024169 or 5721462. OLE color: 5721462.

HSL color Cylindrical-coordinate representation of color #764D57: hue angle of 345.37º 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 #764D57 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 77 87 -
CMYK 0 0.35 0.26 0.54
HSL 345.37º 0.21% 0.38% -
HSV(B) 345.37º 0.35% 0.46% -
XYZ 11.85 9.85 10.29 -
YUV 90.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 118 77 87 0 0.35 0.26 0.54 345.37 0.21 0.38
Hex 76 4D 57 0 23 1A 36 159 15 26
Octal 166 115 127 0 43 32 66 531 25 46
Binary 1110110 1001101 1010111 0 100011 11010 110110 101011001 10101 100110

Color Harmonies of #764D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D57

Black with #764D57

Text Example


Text Example

White with #764D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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