Html Css Color HEX #765761 Cosmic

📋 copy color: '#765761'

red 118 ◦ green 87 ◦ blue 97

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

Shades of Cosmic #765761

Tints of Cosmic #765761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.81%

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

R = 39.07%
G = 28.81%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#765761 (or 0x765761) is known color: Cosmic. HEX triplet: 76, 57 and 61. RGB value is (118,87,97). Sum of RGB (Red+Green+Blue) = 118+87+97=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765761 is #89A89E. Grayscale: #616161. Windows color (decimal): -9021599 or 6379382. OLE color: 6379382.

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

Color convert

RGB 118 87 97 -
CMYK 0 0.26 0.18 0.54
HSL 340.65º 0.15% 0.4% -
HSV(B) 340.65º 0.26% 0.46% -
XYZ 13.04 11.53 12.85 -
YUV 97.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 118 87 97 0 0.26 0.18 0.54 340.65 0.15 0.4
Hex 76 57 61 0 1A 12 36 155 F 28
Octal 166 127 141 0 32 22 66 525 17 50
Binary 1110110 1010111 1100001 0 11010 10010 110110 101010101 1111 101000

Color Harmonies of #765761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765761

Black with #765761

Text Example


Text Example

White with #765761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765761; }

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

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

background-color css

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

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

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

border-color css

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

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

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