Html Css Color HEX #764767 Cosmic

📋 copy color: '#764767'

red 118 ◦ green 71 ◦ blue 103

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

Shades of Cosmic #764767

Tints of Cosmic #764767

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.32%

 BLUE value IS 103 (40.63% from 255) = 35.27%

R = 40.41%
G = 24.32%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#764767 (or 0x764767) is known color: Cosmic. HEX triplet: 76, 47 and 67. RGB value is (118,71,103). Sum of RGB (Red+Green+Blue) = 118+71+103=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #764767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764767 is #89B898. Grayscale: #585858. Windows color (decimal): -9025689 or 6768502. OLE color: 6768502.

HSL color Cylindrical-coordinate representation of color #764767: hue angle of 319.15º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764767 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 103 -
CMYK 0 0.40 0.13 0.54
HSL 319.15º 0.25% 0.37% -
HSV(B) 319.15º 0.4% 0.46% -
XYZ 12.17 9.34 13.99 -
YUV 88.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 118 71 103 0 0.40 0.13 0.54 319.15 0.25 0.37
Hex 76 47 67 0 28 D 36 13F 19 25
Octal 166 107 147 0 50 15 66 477 31 45
Binary 1110110 1000111 1100111 0 101000 1101 110110 100111111 11001 100101

Color Harmonies of #764767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764767

Black with #764767

Text Example


Text Example

White with #764767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764767; }

 p { color: rgb(118,71,103); }

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

background-color css

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

 a { background-color: rgb(118,71,103); }

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

border-color css

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

 span { border-color: rgb(118,71,103); }

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