Html Css Color HEX #764264 Cosmic

📋 copy color: '#764264'

red 118 ◦ green 66 ◦ blue 100

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

Shades of Cosmic #764264

Tints of Cosmic #764264

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

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

R = 41.55%
G = 23.24%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#764264 (or 0x764264) is known color: Cosmic. HEX triplet: 76, 42 and 64. RGB value is (118,66,100). Sum of RGB (Red+Green+Blue) = 118+66+100=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #764264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764264 is #89BD9B. Grayscale: #555555. Windows color (decimal): -9026972 or 6570614. OLE color: 6570614.

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

Color convert

RGB 118 66 100 -
CMYK 0 0.44 0.15 0.54
HSL 320.77º 0.28% 0.36% -
HSV(B) 320.77º 0.44% 0.46% -
XYZ 11.72 8.67 13.11 -
YUV 85.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 118 66 100 0 0.44 0.15 0.54 320.77 0.28 0.36
Hex 76 42 64 0 2C F 36 141 1C 24
Octal 166 102 144 0 54 17 66 501 34 44
Binary 1110110 1000010 1100100 0 101100 1111 110110 101000001 11100 100100

Color Harmonies of #764264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764264

Black with #764264

Text Example


Text Example

White with #764264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764264; }

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

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

background-color css

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

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

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

border-color css

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

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

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