Html Css Color HEX #764B57 Cosmic

📋 copy color: '#764B57'

red 118 ◦ green 75 ◦ blue 87

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

Shades of Cosmic #764B57

Tints of Cosmic #764B57

RGB

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

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

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

R = 42.14%
G = 26.79%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#764B57 (or 0x764B57) is known color: Cosmic. HEX triplet: 76, 4B and 57. RGB value is (118,75,87). Sum of RGB (Red+Green+Blue) = 118+75+87=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #764B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B57 is #89B4A8. Grayscale: #595959. Windows color (decimal): -9024681 or 5720950. OLE color: 5720950.

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

Color convert

RGB 118 75 87 -
CMYK 0 0.36 0.26 0.54
HSL 343.26º 0.22% 0.38% -
HSV(B) 343.26º 0.36% 0.46% -
XYZ 11.71 9.57 10.25 -
YUV 89.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 118 75 87 0 0.36 0.26 0.54 343.26 0.22 0.38
Hex 76 4B 57 0 24 1A 36 157 16 26
Octal 166 113 127 0 44 32 66 527 26 46
Binary 1110110 1001011 1010111 0 100100 11010 110110 101010111 10110 100110

Color Harmonies of #764B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B57

Black with #764B57

Text Example


Text Example

White with #764B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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