Html Css Color HEX #761855 Pompadour

📋 copy color: '#761855'

red 118 ◦ green 24 ◦ blue 85

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

Shades of Pompadour #761855

Tints of Pompadour #761855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.44%

R = 51.98%
G = 10.57%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#761855 (or 0x761855) is known color: Pompadour. HEX triplet: 76, 18 and 55. RGB value is (118,24,85). Sum of RGB (Red+Green+Blue) = 118+24+85=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #761855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761855 is #89E7AA. Grayscale: #3A3A3A. Windows color (decimal): -9037739 or 5576822. OLE color: 5576822.

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

Color convert

RGB 118 24 85 -
CMYK 0 0.80 0.28 0.54
HSL 321.06º 0.66% 0.28% -
HSV(B) 321.06º 0.8% 0.46% -
XYZ 9.44 5.16 9.09 -
YUV 59.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 118 24 85 0 0.80 0.28 0.54 321.06 0.66 0.28
Hex 76 18 55 0 50 1C 36 141 42 1C
Octal 166 30 125 0 120 34 66 501 102 34
Binary 1110110 11000 1010101 0 1010000 11100 110110 101000001 1000010 11100

Color Harmonies of #761855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761855

Black with #761855

Text Example


Text Example

White with #761855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761855; }

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

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

background-color css

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

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

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

border-color css

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

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

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