Html Css Color HEX #765969 Cosmic

📋 copy color: '#765969'

red 118 ◦ green 89 ◦ blue 105

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

Shades of Cosmic #765969

Tints of Cosmic #765969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.65%

R = 37.82%
G = 28.53%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#765969 (or 0x765969) is known color: Cosmic. HEX triplet: 76, 59 and 69. RGB value is (118,89,105). Sum of RGB (Red+Green+Blue) = 118+89+105=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #765969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765969 is #89A696. Grayscale: #636363. Windows color (decimal): -9021079 or 6904182. OLE color: 6904182.

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

Color convert

RGB 118 89 105 -
CMYK 0 0.25 0.11 0.54
HSL 326.9º 0.14% 0.41% -
HSV(B) 326.9º 0.25% 0.46% -
XYZ 13.59 12.02 14.97 -
YUV 99.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 118 89 105 0 0.25 0.11 0.54 326.9 0.14 0.41
Hex 76 59 69 0 19 B 36 147 E 29
Octal 166 131 151 0 31 13 66 507 16 51
Binary 1110110 1011001 1101001 0 11001 1011 110110 101000111 1110 101001

Color Harmonies of #765969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765969

Black with #765969

Text Example


Text Example

White with #765969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765969; }

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

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

background-color css

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

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

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

border-color css

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

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

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