Html Css Color HEX #765667 Cosmic

📋 copy color: '#765667'

red 118 ◦ green 86 ◦ blue 103

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

Shades of Cosmic #765667

Tints of Cosmic #765667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

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

R = 38.44%
G = 28.01%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#765667 (or 0x765667) is known color: Cosmic. HEX triplet: 76, 56 and 67. RGB value is (118,86,103). Sum of RGB (Red+Green+Blue) = 118+86+103=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #765667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765667 is #89A998. Grayscale: #616161. Windows color (decimal): -9021849 or 6772342. OLE color: 6772342.

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

Color convert

RGB 118 86 103 -
CMYK 0 0.27 0.13 0.54
HSL 328.13º 0.16% 0.4% -
HSV(B) 328.13º 0.27% 0.46% -
XYZ 13.25 11.49 14.35 -
YUV 97.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 118 86 103 0 0.27 0.13 0.54 328.13 0.16 0.4
Hex 76 56 67 0 1B D 36 148 10 28
Octal 166 126 147 0 33 15 66 510 20 50
Binary 1110110 1010110 1100111 0 11011 1101 110110 101001000 10000 101000

Color Harmonies of #765667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765667

Black with #765667

Text Example


Text Example

White with #765667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765667; }

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

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

background-color css

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

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

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

border-color css

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

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

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