Html Css Color HEX #765562 Cosmic

📋 copy color: '#765562'

red 118 ◦ green 85 ◦ blue 98

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

Shades of Cosmic #765562

Tints of Cosmic #765562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

 BLUE value IS 98 (38.67% from 255) = 32.56%

R = 39.2%
G = 28.24%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#765562 (or 0x765562) is known color: Cosmic. HEX triplet: 76, 55 and 62. RGB value is (118,85,98). Sum of RGB (Red+Green+Blue) = 118+85+98=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #765562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765562 is #89AA9D. Grayscale: #606060. Windows color (decimal): -9022110 or 6444406. OLE color: 6444406.

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

Color convert

RGB 118 85 98 -
CMYK 0 0.28 0.17 0.54
HSL 336.36º 0.16% 0.4% -
HSV(B) 336.36º 0.28% 0.46% -
XYZ 12.92 11.23 13.04 -
YUV 96.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 118 85 98 0 0.28 0.17 0.54 336.36 0.16 0.4
Hex 76 55 62 0 1C 11 36 150 10 28
Octal 166 125 142 0 34 21 66 520 20 50
Binary 1110110 1010101 1100010 0 11100 10001 110110 101010000 10000 101000

Color Harmonies of #765562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765562

Black with #765562

Text Example


Text Example

White with #765562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765562; }

 p { color: rgb(118,85,98); }

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

background-color css

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

 a { background-color: rgb(118,85,98); }

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

border-color css

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

 span { border-color: rgb(118,85,98); }

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