Html Css Color HEX #765862 Cosmic

📋 copy color: '#765862'

red 118 ◦ green 88 ◦ blue 98

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

Shades of Cosmic #765862

Tints of Cosmic #765862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.24%

R = 38.82%
G = 28.95%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#765862 (or 0x765862) is known color: Cosmic. HEX triplet: 76, 58 and 62. RGB value is (118,88,98). Sum of RGB (Red+Green+Blue) = 118+88+98=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #765862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765862 is #89A79D. Grayscale: #626262. Windows color (decimal): -9021342 or 6445174. OLE color: 6445174.

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

Color convert

RGB 118 88 98 -
CMYK 0 0.25 0.17 0.54
HSL 340º 0.15% 0.4% -
HSV(B) 340º 0.25% 0.46% -
XYZ 13.17 11.71 13.12 -
YUV 98.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 118 88 98 0 0.25 0.17 0.54 340 0.15 0.4
Hex 76 58 62 0 19 11 36 154 F 28
Octal 166 130 142 0 31 21 66 524 17 50
Binary 1110110 1011000 1100010 0 11001 10001 110110 101010100 1111 101000

Color Harmonies of #765862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765862

Black with #765862

Text Example


Text Example

White with #765862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765862; }

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

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

background-color css

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

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

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

border-color css

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

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

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