Html Css Color HEX #765466 Cosmic

📋 copy color: '#765466'

red 118 ◦ green 84 ◦ blue 102

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

Shades of Cosmic #765466

Tints of Cosmic #765466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 38.82%
G = 27.63%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#765466 (or 0x765466) is known color: Cosmic. HEX triplet: 76, 54 and 66. RGB value is (118,84,102). Sum of RGB (Red+Green+Blue) = 118+84+102=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #765466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765466 is #89AB99. Grayscale: #606060. Windows color (decimal): -9022362 or 6706294. OLE color: 6706294.

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

Color convert

RGB 118 84 102 -
CMYK 0 0.29 0.14 0.54
HSL 328.24º 0.17% 0.4% -
HSV(B) 328.24º 0.29% 0.46% -
XYZ 13.04 11.15 14.04 -
YUV 96.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 118 84 102 0 0.29 0.14 0.54 328.24 0.17 0.4
Hex 76 54 66 0 1D E 36 148 11 28
Octal 166 124 146 0 35 16 66 510 21 50
Binary 1110110 1010100 1100110 0 11101 1110 110110 101001000 10001 101000

Color Harmonies of #765466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765466

Black with #765466

Text Example


Text Example

White with #765466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765466; }

 p { color: rgb(118,84,102); }

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

background-color css

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

 a { background-color: rgb(118,84,102); }

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

border-color css

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

 span { border-color: rgb(118,84,102); }

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