Html Css Color HEX #765769 Cosmic

📋 copy color: '#765769'

red 118 ◦ green 87 ◦ blue 105

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

Shades of Cosmic #765769

Tints of Cosmic #765769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

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

R = 38.06%
G = 28.06%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#765769 (or 0x765769) is known color: Cosmic. HEX triplet: 76, 57 and 69. RGB value is (118,87,105). Sum of RGB (Red+Green+Blue) = 118+87+105=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #765769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765769 is #89A896. Grayscale: #626262. Windows color (decimal): -9021591 or 6903670. OLE color: 6903670.

HSL color Cylindrical-coordinate representation of color #765769: hue angle of 325.16º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #765769 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 87 105 -
CMYK 0 0.26 0.11 0.54
HSL 325.16º 0.15% 0.4% -
HSV(B) 325.16º 0.26% 0.46% -
XYZ 13.43 11.69 14.91 -
YUV 98.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 118 87 105 0 0.26 0.11 0.54 325.16 0.15 0.4
Hex 76 57 69 0 1A B 36 145 F 28
Octal 166 127 151 0 32 13 66 505 17 50
Binary 1110110 1010111 1101001 0 11010 1011 110110 101000101 1111 101000

Color Harmonies of #765769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765769

Black with #765769

Text Example


Text Example

White with #765769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765769; }

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

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

background-color css

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

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

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

border-color css

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

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

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