Html Css Color HEX #764266 Cosmic

📋 copy color: '#764266'

red 118 ◦ green 66 ◦ blue 102

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

Shades of Cosmic #764266

Tints of Cosmic #764266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 41.26%
G = 23.08%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#764266 (or 0x764266) is known color: Cosmic. HEX triplet: 76, 42 and 66. RGB value is (118,66,102). Sum of RGB (Red+Green+Blue) = 118+66+102=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #764266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764266 is #89BD99. Grayscale: #555555. Windows color (decimal): -9026970 or 6701686. OLE color: 6701686.

HSL color Cylindrical-coordinate representation of color #764266: hue angle of 318.46º 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 #764266 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 66 102 -
CMYK 0 0.44 0.14 0.54
HSL 318.46º 0.28% 0.36% -
HSV(B) 318.46º 0.44% 0.46% -
XYZ 11.82 8.71 13.63 -
YUV 85.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 118 66 102 0 0.44 0.14 0.54 318.46 0.28 0.36
Hex 76 42 66 0 2C E 36 13E 1C 24
Octal 166 102 146 0 54 16 66 476 34 44
Binary 1110110 1000010 1100110 0 101100 1110 110110 100111110 11100 100100

Color Harmonies of #764266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764266

Black with #764266

Text Example


Text Example

White with #764266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764266; }

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

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

background-color css

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

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

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

border-color css

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

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

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