Html Css Color HEX #764464 Cosmic

📋 copy color: '#764464'

red 118 ◦ green 68 ◦ blue 100

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

Shades of Cosmic #764464

Tints of Cosmic #764464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

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

R = 41.26%
G = 23.78%
B = 34.97%

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

#764464 (or 0x764464) is known color: Cosmic. HEX triplet: 76, 44 and 64. RGB value is (118,68,100). Sum of RGB (Red+Green+Blue) = 118+68+100=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #764464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764464 is #89BB9B. Grayscale: #565656. Windows color (decimal): -9026460 or 6571126. OLE color: 6571126.

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

Color convert

RGB 118 68 100 -
CMYK 0 0.42 0.15 0.54
HSL 321.6º 0.27% 0.36% -
HSV(B) 321.6º 0.42% 0.46% -
XYZ 11.84 8.91 13.15 -
YUV 86.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 118 68 100 0 0.42 0.15 0.54 321.6 0.27 0.36
Hex 76 44 64 0 2A F 36 142 1B 24
Octal 166 104 144 0 52 17 66 502 33 44
Binary 1110110 1000100 1100100 0 101010 1111 110110 101000010 11011 100100

Color Harmonies of #764464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764464

Black with #764464

Text Example


Text Example

White with #764464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764464; }

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

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

background-color css

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

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

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

border-color css

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

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

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