Html Css Color HEX #765461 Cosmic

📋 copy color: '#765461'

red 118 ◦ green 84 ◦ blue 97

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

Shades of Cosmic #765461

Tints of Cosmic #765461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

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

R = 39.46%
G = 28.09%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#765461 (or 0x765461) is known color: Cosmic. HEX triplet: 76, 54 and 61. RGB value is (118,84,97). Sum of RGB (Red+Green+Blue) = 118+84+97=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #765461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765461 is #89AB9E. Grayscale: #5F5F5F. Windows color (decimal): -9022367 or 6378614. OLE color: 6378614.

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

Color convert

RGB 118 84 97 -
CMYK 0 0.29 0.18 0.54
HSL 337.06º 0.17% 0.4% -
HSV(B) 337.06º 0.29% 0.46% -
XYZ 12.8 11.06 12.77 -
YUV 95.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 118 84 97 0 0.29 0.18 0.54 337.06 0.17 0.4
Hex 76 54 61 0 1D 12 36 151 11 28
Octal 166 124 141 0 35 22 66 521 21 50
Binary 1110110 1010100 1100001 0 11101 10010 110110 101010001 10001 101000

Color Harmonies of #765461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765461

Black with #765461

Text Example


Text Example

White with #765461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765461; }

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

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

background-color css

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

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

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

border-color css

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

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

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