Html Css Color HEX #761655 Pompadour

📋 copy color: '#761655'

red 118 ◦ green 22 ◦ blue 85

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

Shades of Pompadour #761655

Tints of Pompadour #761655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.78%

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

R = 52.44%
G = 9.78%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#761655 (or 0x761655) is known color: Pompadour. HEX triplet: 76, 16 and 55. RGB value is (118,22,85). Sum of RGB (Red+Green+Blue) = 118+22+85=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #761655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761655 is #89E9AA. Grayscale: #393939. Windows color (decimal): -9038251 or 5576310. OLE color: 5576310.

HSL color Cylindrical-coordinate representation of color #761655: hue angle of 320.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761655 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 85 -
CMYK 0 0.81 0.28 0.54
HSL 320.63º 0.69% 0.27% -
HSV(B) 320.63º 0.81% 0.46% -
XYZ 9.4 5.08 9.08 -
YUV 57.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 118 22 85 0 0.81 0.28 0.54 320.63 0.69 0.27
Hex 76 16 55 0 51 1C 36 141 45 1B
Octal 166 26 125 0 121 34 66 501 105 33
Binary 1110110 10110 1010101 0 1010001 11100 110110 101000001 1000101 11011

Color Harmonies of #761655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761655

Black with #761655

Text Example


Text Example

White with #761655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761655; }

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

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

background-color css

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

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

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

border-color css

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

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

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