Html Css Color HEX #765369 Cosmic

📋 copy color: '#765369'

red 118 ◦ green 83 ◦ blue 105

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

Shades of Cosmic #765369

Tints of Cosmic #765369

RGB

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

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

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

R = 38.56%
G = 27.12%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#765369 (or 0x765369) is known color: Cosmic. HEX triplet: 76, 53 and 69. RGB value is (118,83,105). Sum of RGB (Red+Green+Blue) = 118+83+105=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #765369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765369 is #89AC96. Grayscale: #5F5F5F. Windows color (decimal): -9022615 or 6902646. OLE color: 6902646.

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

Color convert

RGB 118 83 105 -
CMYK 0 0.30 0.11 0.54
HSL 322.29º 0.17% 0.39% -
HSV(B) 322.29º 0.3% 0.46% -
XYZ 13.11 11.06 14.81 -
YUV 95.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 118 83 105 0 0.30 0.11 0.54 322.29 0.17 0.39
Hex 76 53 69 0 1E B 36 142 11 27
Octal 166 123 151 0 36 13 66 502 21 47
Binary 1110110 1010011 1101001 0 11110 1011 110110 101000010 10001 100111

Color Harmonies of #765369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765369

Black with #765369

Text Example


Text Example

White with #765369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765369; }

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

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

background-color css

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

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

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

border-color css

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

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

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