Html Css Color HEX #761854 Pompadour

📋 copy color: '#761854'

red 118 ◦ green 24 ◦ blue 84

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

Shades of Pompadour #761854

Tints of Pompadour #761854

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.62%

 BLUE value IS 84 (33.2% from 255) = 37.17%

R = 52.21%
G = 10.62%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#761854 (or 0x761854) is known color: Pompadour. HEX triplet: 76, 18 and 54. RGB value is (118,24,84). Sum of RGB (Red+Green+Blue) = 118+24+84=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #761854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761854 is #89E7AB. Grayscale: #3A3A3A. Windows color (decimal): -9037740 or 5511286. OLE color: 5511286.

HSL color Cylindrical-coordinate representation of color #761854: hue angle of 321.7º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761854 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 84 -
CMYK 0 0.80 0.29 0.54
HSL 321.7º 0.66% 0.28% -
HSV(B) 321.7º 0.8% 0.46% -
XYZ 9.4 5.14 8.89 -
YUV 58.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 118 24 84 0 0.80 0.29 0.54 321.7 0.66 0.28
Hex 76 18 54 0 50 1D 36 142 42 1C
Octal 166 30 124 0 120 35 66 502 102 34
Binary 1110110 11000 1010100 0 1010000 11101 110110 101000010 1000010 11100

Color Harmonies of #761854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761854

Black with #761854

Text Example


Text Example

White with #761854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761854; }

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

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

background-color css

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

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

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

border-color css

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

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

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