Html Css Color HEX #764564 Cosmic

📋 copy color: '#764564'

red 118 ◦ green 69 ◦ blue 100

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

Shades of Cosmic #764564

Tints of Cosmic #764564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.04%

 BLUE value IS 100 (39.45% from 255) = 34.84%

R = 41.11%
G = 24.04%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#764564 (or 0x764564) is known color: Cosmic. HEX triplet: 76, 45 and 64. RGB value is (118,69,100). Sum of RGB (Red+Green+Blue) = 118+69+100=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #764564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764564 is #89BA9B. Grayscale: #575757. Windows color (decimal): -9026204 or 6571382. OLE color: 6571382.

HSL color Cylindrical-coordinate representation of color #764564: hue angle of 322.04º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764564 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 69 100 -
CMYK 0 0.42 0.15 0.54
HSL 322.04º 0.26% 0.37% -
HSV(B) 322.04º 0.42% 0.46% -
XYZ 11.9 9.03 13.17 -
YUV 87.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 118 69 100 0 0.42 0.15 0.54 322.04 0.26 0.37
Hex 76 45 64 0 2A F 36 142 1A 25
Octal 166 105 144 0 52 17 66 502 32 45
Binary 1110110 1000101 1100100 0 101010 1111 110110 101000010 11010 100101

Color Harmonies of #764564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764564

Black with #764564

Text Example


Text Example

White with #764564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764564; }

 p { color: rgb(118,69,100); }

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

background-color css

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

 a { background-color: rgb(118,69,100); }

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

border-color css

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

 span { border-color: rgb(118,69,100); }

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