Html Css Color HEX #765B66 Cosmic

📋 copy color: '#765B66'

red 118 ◦ green 91 ◦ blue 102

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

Shades of Cosmic #765B66

Tints of Cosmic #765B66

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.26%

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

R = 37.94%
G = 29.26%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#765B66 (or 0x765B66) is known color: Cosmic. HEX triplet: 76, 5B and 66. RGB value is (118,91,102). Sum of RGB (Red+Green+Blue) = 118+91+102=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #765B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B66 is #89A499. Grayscale: #646464. Windows color (decimal): -9020570 or 6708086. OLE color: 6708086.

HSL color Cylindrical-coordinate representation of color #765B66: hue angle of 335.56º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #765B66 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 91 102 -
CMYK 0 0.23 0.14 0.54
HSL 335.56º 0.13% 0.41% -
HSV(B) 335.56º 0.23% 0.46% -
XYZ 13.61 12.29 14.23 -
YUV 100.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 118 91 102 0 0.23 0.14 0.54 335.56 0.13 0.41
Hex 76 5B 66 0 17 E 36 150 D 29
Octal 166 133 146 0 27 16 66 520 15 51
Binary 1110110 1011011 1100110 0 10111 1110 110110 101010000 1101 101001

Color Harmonies of #765B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B66

Black with #765B66

Text Example


Text Example

White with #765B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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