Html Css Color HEX #765865 Cosmic

📋 copy color: '#765865'

red 118 ◦ green 88 ◦ blue 101

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

Shades of Cosmic #765865

Tints of Cosmic #765865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.66%

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

R = 38.44%
G = 28.66%
B = 32.9%

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

#765865 (or 0x765865) is known color: Cosmic. HEX triplet: 76, 58 and 65. RGB value is (118,88,101). Sum of RGB (Red+Green+Blue) = 118+88+101=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #765865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765865 is #89A79A. Grayscale: #626262. Windows color (decimal): -9021339 or 6641782. OLE color: 6641782.

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

Color convert

RGB 118 88 101 -
CMYK 0 0.25 0.14 0.54
HSL 334º 0.15% 0.4% -
HSV(B) 334º 0.25% 0.46% -
XYZ 13.31 11.77 13.88 -
YUV 98.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 118 88 101 0 0.25 0.14 0.54 334 0.15 0.4
Hex 76 58 65 0 19 E 36 14E F 28
Octal 166 130 145 0 31 16 66 516 17 50
Binary 1110110 1011000 1100101 0 11001 1110 110110 101001110 1111 101000

Color Harmonies of #765865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765865

Black with #765865

Text Example


Text Example

White with #765865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765865; }

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

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

background-color css

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

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

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

border-color css

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

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

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