Html Css Color HEX #765965 Cosmic

📋 copy color: '#765965'

red 118 ◦ green 89 ◦ blue 101

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

Shades of Cosmic #765965

Tints of Cosmic #765965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.79%

R = 38.31%
G = 28.9%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#765965 (or 0x765965) is known color: Cosmic. HEX triplet: 76, 59 and 65. RGB value is (118,89,101). Sum of RGB (Red+Green+Blue) = 118+89+101=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #765965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765965 is #89A69A. Grayscale: #636363. Windows color (decimal): -9021083 or 6642038. OLE color: 6642038.

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

Color convert

RGB 118 89 101 -
CMYK 0 0.25 0.14 0.54
HSL 335.17º 0.14% 0.41% -
HSV(B) 335.17º 0.25% 0.46% -
XYZ 13.39 11.94 13.91 -
YUV 99.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 118 89 101 0 0.25 0.14 0.54 335.17 0.14 0.41
Hex 76 59 65 0 19 E 36 14F E 29
Octal 166 131 145 0 31 16 66 517 16 51
Binary 1110110 1011001 1100101 0 11001 1110 110110 101001111 1110 101001

Color Harmonies of #765965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765965

Black with #765965

Text Example


Text Example

White with #765965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765965; }

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

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

background-color css

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

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

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

border-color css

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

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

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