Html Css Color HEX #764865 Cosmic

📋 copy color: '#764865'

red 118 ◦ green 72 ◦ blue 101

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

Shades of Cosmic #764865

Tints of Cosmic #764865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.74%

 BLUE value IS 101 (39.84% from 255) = 34.71%

R = 40.55%
G = 24.74%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#764865 (or 0x764865) is known color: Cosmic. HEX triplet: 76, 48 and 65. RGB value is (118,72,101). Sum of RGB (Red+Green+Blue) = 118+72+101=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #764865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764865 is #89B79A. Grayscale: #585858. Windows color (decimal): -9025435 or 6637686. OLE color: 6637686.

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

Color convert

RGB 118 72 101 -
CMYK 0 0.39 0.14 0.54
HSL 322.17º 0.24% 0.37% -
HSV(B) 322.17º 0.39% 0.46% -
XYZ 12.14 9.43 13.49 -
YUV 89.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 118 72 101 0 0.39 0.14 0.54 322.17 0.24 0.37
Hex 76 48 65 0 27 E 36 142 18 25
Octal 166 110 145 0 47 16 66 502 30 45
Binary 1110110 1001000 1100101 0 100111 1110 110110 101000010 11000 100101

Color Harmonies of #764865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764865

Black with #764865

Text Example


Text Example

White with #764865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764865; }

 p { color: rgb(118,72,101); }

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

background-color css

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

 a { background-color: rgb(118,72,101); }

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

border-color css

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

 span { border-color: rgb(118,72,101); }

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