Html Css Color HEX #765166 Cosmic

📋 copy color: '#765166'

red 118 ◦ green 81 ◦ blue 102

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

Shades of Cosmic #765166

Tints of Cosmic #765166

RGB

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

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

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

R = 39.2%
G = 26.91%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#765166 (or 0x765166) is known color: Cosmic. HEX triplet: 76, 51 and 66. RGB value is (118,81,102). Sum of RGB (Red+Green+Blue) = 118+81+102=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #765166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765166 is #89AE99. Grayscale: #5E5E5E. Windows color (decimal): -9023130 or 6705526. OLE color: 6705526.

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

Color convert

RGB 118 81 102 -
CMYK 0 0.31 0.14 0.54
HSL 325.95º 0.19% 0.39% -
HSV(B) 325.95º 0.31% 0.46% -
XYZ 12.81 10.7 13.96 -
YUV 94.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 118 81 102 0 0.31 0.14 0.54 325.95 0.19 0.39
Hex 76 51 66 0 1F E 36 146 13 27
Octal 166 121 146 0 37 16 66 506 23 47
Binary 1110110 1010001 1100110 0 11111 1110 110110 101000110 10011 100111

Color Harmonies of #765166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765166

Black with #765166

Text Example


Text Example

White with #765166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765166; }

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

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

background-color css

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

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

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

border-color css

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

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

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