Html Css Color HEX #764164 Cosmic

📋 copy color: '#764164'

red 118 ◦ green 65 ◦ blue 100

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

Shades of Cosmic #764164

Tints of Cosmic #764164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

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

R = 41.7%
G = 22.97%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#764164 (or 0x764164) is known color: Cosmic. HEX triplet: 76, 41 and 64. RGB value is (118,65,100). Sum of RGB (Red+Green+Blue) = 118+65+100=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #764164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764164 is #89BE9B. Grayscale: #545454. Windows color (decimal): -9027228 or 6570358. OLE color: 6570358.

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

Color convert

RGB 118 65 100 -
CMYK 0 0.45 0.15 0.54
HSL 320.38º 0.29% 0.36% -
HSV(B) 320.38º 0.45% 0.46% -
XYZ 11.66 8.55 13.09 -
YUV 84.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 118 65 100 0 0.45 0.15 0.54 320.38 0.29 0.36
Hex 76 41 64 0 2D F 36 140 1D 24
Octal 166 101 144 0 55 17 66 500 35 44
Binary 1110110 1000001 1100100 0 101101 1111 110110 101000000 11101 100100

Color Harmonies of #764164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764164

Black with #764164

Text Example


Text Example

White with #764164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764164; }

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

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

background-color css

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

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

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

border-color css

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

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

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