Html Css Color HEX #764366 Cosmic

📋 copy color: '#764366'

red 118 ◦ green 67 ◦ blue 102

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

Shades of Cosmic #764366

Tints of Cosmic #764366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.34%

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

R = 41.11%
G = 23.34%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#764366 (or 0x764366) is known color: Cosmic. HEX triplet: 76, 43 and 66. RGB value is (118,67,102). Sum of RGB (Red+Green+Blue) = 118+67+102=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #764366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764366 is #89BC99. Grayscale: #565656. Windows color (decimal): -9026714 or 6701942. OLE color: 6701942.

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

Color convert

RGB 118 67 102 -
CMYK 0 0.43 0.14 0.54
HSL 318.82º 0.28% 0.36% -
HSV(B) 318.82º 0.43% 0.46% -
XYZ 11.88 8.83 13.65 -
YUV 86.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 118 67 102 0 0.43 0.14 0.54 318.82 0.28 0.36
Hex 76 43 66 0 2B E 36 13F 1C 24
Octal 166 103 146 0 53 16 66 477 34 44
Binary 1110110 1000011 1100110 0 101011 1110 110110 100111111 11100 100100

Color Harmonies of #764366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764366

Black with #764366

Text Example


Text Example

White with #764366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764366; }

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

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

background-color css

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

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

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

border-color css

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

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

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