Html Css Color HEX #765661 Cosmic

📋 copy color: '#765661'

red 118 ◦ green 86 ◦ blue 97

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

Shades of Cosmic #765661

Tints of Cosmic #765661

RGB

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

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

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

R = 39.2%
G = 28.57%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#765661 (or 0x765661) is known color: Cosmic. HEX triplet: 76, 56 and 61. RGB value is (118,86,97). Sum of RGB (Red+Green+Blue) = 118+86+97=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #765661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765661 is #89A99E. Grayscale: #606060. Windows color (decimal): -9021855 or 6379126. OLE color: 6379126.

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

Color convert

RGB 118 86 97 -
CMYK 0 0.27 0.18 0.54
HSL 339.38º 0.16% 0.4% -
HSV(B) 339.38º 0.27% 0.46% -
XYZ 12.96 11.37 12.82 -
YUV 96.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 118 86 97 0 0.27 0.18 0.54 339.38 0.16 0.4
Hex 76 56 61 0 1B 12 36 153 10 28
Octal 166 126 141 0 33 22 66 523 20 50
Binary 1110110 1010110 1100001 0 11011 10010 110110 101010011 10000 101000

Color Harmonies of #765661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765661

Black with #765661

Text Example


Text Example

White with #765661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765661; }

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

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

background-color css

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

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

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

border-color css

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

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

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