Html Css Color HEX #765361 Cosmic

📋 copy color: '#765361'

red 118 ◦ green 83 ◦ blue 97

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

Shades of Cosmic #765361

Tints of Cosmic #765361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.85%

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

R = 39.6%
G = 27.85%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#765361 (or 0x765361) is known color: Cosmic. HEX triplet: 76, 53 and 61. RGB value is (118,83,97). Sum of RGB (Red+Green+Blue) = 118+83+97=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #765361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765361 is #89AC9E. Grayscale: #5F5F5F. Windows color (decimal): -9022623 or 6378358. OLE color: 6378358.

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

Color convert

RGB 118 83 97 -
CMYK 0 0.30 0.18 0.54
HSL 336º 0.17% 0.39% -
HSV(B) 336º 0.3% 0.46% -
XYZ 12.72 10.9 12.74 -
YUV 95.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 118 83 97 0 0.30 0.18 0.54 336 0.17 0.39
Hex 76 53 61 0 1E 12 36 150 11 27
Octal 166 123 141 0 36 22 66 520 21 47
Binary 1110110 1010011 1100001 0 11110 10010 110110 101010000 10001 100111

Color Harmonies of #765361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765361

Black with #765361

Text Example


Text Example

White with #765361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765361; }

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

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

background-color css

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

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

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

border-color css

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

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

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