Html Css Color HEX #765963 Cosmic

📋 copy color: '#765963'

red 118 ◦ green 89 ◦ blue 99

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

Shades of Cosmic #765963

Tints of Cosmic #765963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.08%

 BLUE value IS 99 (39.06% from 255) = 32.35%

R = 38.56%
G = 29.08%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#765963 (or 0x765963) is known color: Cosmic. HEX triplet: 76, 59 and 63. RGB value is (118,89,99). Sum of RGB (Red+Green+Blue) = 118+89+99=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #765963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765963 is #89A69C. Grayscale: #626262. Windows color (decimal): -9021085 or 6510966. OLE color: 6510966.

HSL color Cylindrical-coordinate representation of color #765963: hue angle of 339.31º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #765963 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 89 99 -
CMYK 0 0.25 0.16 0.54
HSL 339.31º 0.14% 0.41% -
HSV(B) 339.31º 0.25% 0.46% -
XYZ 13.3 11.9 13.4 -
YUV 98.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 118 89 99 0 0.25 0.16 0.54 339.31 0.14 0.41
Hex 76 59 63 0 19 10 36 153 E 29
Octal 166 131 143 0 31 20 66 523 16 51
Binary 1110110 1011001 1100011 0 11001 10000 110110 101010011 1110 101001

Color Harmonies of #765963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765963

Black with #765963

Text Example


Text Example

White with #765963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765963; }

 p { color: rgb(118,89,99); }

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

background-color css

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

 a { background-color: rgb(118,89,99); }

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

border-color css

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

 span { border-color: rgb(118,89,99); }

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