Html Css Color HEX #765167 Cosmic

📋 copy color: '#765167'

red 118 ◦ green 81 ◦ blue 103

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

Shades of Cosmic #765167

Tints of Cosmic #765167

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.82%

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

R = 39.07%
G = 26.82%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#765167 (or 0x765167) is known color: Cosmic. HEX triplet: 76, 51 and 67. RGB value is (118,81,103). Sum of RGB (Red+Green+Blue) = 118+81+103=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765167 is #89AE98. Grayscale: #5E5E5E. Windows color (decimal): -9023129 or 6771062. OLE color: 6771062.

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

Color convert

RGB 118 81 103 -
CMYK 0 0.31 0.13 0.54
HSL 324.32º 0.19% 0.39% -
HSV(B) 324.32º 0.31% 0.46% -
XYZ 12.86 10.72 14.22 -
YUV 94.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 118 81 103 0 0.31 0.13 0.54 324.32 0.19 0.39
Hex 76 51 67 0 1F D 36 144 13 27
Octal 166 121 147 0 37 15 66 504 23 47
Binary 1110110 1010001 1100111 0 11111 1101 110110 101000100 10011 100111

Color Harmonies of #765167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765167

Black with #765167

Text Example


Text Example

White with #765167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765167; }

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

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

background-color css

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

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

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

border-color css

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

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

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