Html Css Color HEX #765866 Cosmic

📋 copy color: '#765866'

red 118 ◦ green 88 ◦ blue 102

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

Shades of Cosmic #765866

Tints of Cosmic #765866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.57%

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

R = 38.31%
G = 28.57%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#765866 (or 0x765866) is known color: Cosmic. HEX triplet: 76, 58 and 66. RGB value is (118,88,102). Sum of RGB (Red+Green+Blue) = 118+88+102=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #765866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765866 is #89A799. Grayscale: #626262. Windows color (decimal): -9021338 or 6707318. OLE color: 6707318.

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

Color convert

RGB 118 88 102 -
CMYK 0 0.25 0.14 0.54
HSL 332º 0.15% 0.4% -
HSV(B) 332º 0.25% 0.46% -
XYZ 13.36 11.79 14.14 -
YUV 98.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 118 88 102 0 0.25 0.14 0.54 332 0.15 0.4
Hex 76 58 66 0 19 E 36 14C F 28
Octal 166 130 146 0 31 16 66 514 17 50
Binary 1110110 1011000 1100110 0 11001 1110 110110 101001100 1111 101000

Color Harmonies of #765866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765866

Black with #765866

Text Example


Text Example

White with #765866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765866; }

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

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

background-color css

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

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

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

border-color css

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

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

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