Html Css Color HEX #765967 Cosmic

📋 copy color: '#765967'

red 118 ◦ green 89 ◦ blue 103

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

Shades of Cosmic #765967

Tints of Cosmic #765967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.23%

R = 38.06%
G = 28.71%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#765967 (or 0x765967) is known color: Cosmic. HEX triplet: 76, 59 and 67. RGB value is (118,89,103). Sum of RGB (Red+Green+Blue) = 118+89+103=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #765967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765967 is #89A698. Grayscale: #636363. Windows color (decimal): -9021081 or 6773110. OLE color: 6773110.

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

Color convert

RGB 118 89 103 -
CMYK 0 0.25 0.13 0.54
HSL 331.03º 0.14% 0.41% -
HSV(B) 331.03º 0.25% 0.46% -
XYZ 13.49 11.98 14.43 -
YUV 99.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 118 89 103 0 0.25 0.13 0.54 331.03 0.14 0.41
Hex 76 59 67 0 19 D 36 14B E 29
Octal 166 131 147 0 31 15 66 513 16 51
Binary 1110110 1011001 1100111 0 11001 1101 110110 101001011 1110 101001

Color Harmonies of #765967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765967

Black with #765967

Text Example


Text Example

White with #765967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765967; }

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

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

background-color css

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

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

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

border-color css

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

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

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