Html Css Color HEX #765561 Cosmic

📋 copy color: '#765561'

red 118 ◦ green 85 ◦ blue 97

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

Shades of Cosmic #765561

Tints of Cosmic #765561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.33%

R = 39.33%
G = 28.33%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#765561 (or 0x765561) is known color: Cosmic. HEX triplet: 76, 55 and 61. RGB value is (118,85,97). Sum of RGB (Red+Green+Blue) = 118+85+97=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #765561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765561 is #89AA9E. Grayscale: #606060. Windows color (decimal): -9022111 or 6378870. OLE color: 6378870.

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

Color convert

RGB 118 85 97 -
CMYK 0 0.28 0.18 0.54
HSL 338.18º 0.16% 0.4% -
HSV(B) 338.18º 0.28% 0.46% -
XYZ 12.88 11.21 12.79 -
YUV 96.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 118 85 97 0 0.28 0.18 0.54 338.18 0.16 0.4
Hex 76 55 61 0 1C 12 36 152 10 28
Octal 166 125 141 0 34 22 66 522 20 50
Binary 1110110 1010101 1100001 0 11100 10010 110110 101010010 10000 101000

Color Harmonies of #765561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765561

Black with #765561

Text Example


Text Example

White with #765561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765561; }

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

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

background-color css

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

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

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

border-color css

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

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

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