Html Css Color HEX #761745 Pompadour

📋 copy color: '#761745'

red 118 ◦ green 23 ◦ blue 69

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

Shades of Pompadour #761745

Tints of Pompadour #761745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.95%

 BLUE value IS 69 (27.34% from 255) = 32.86%

R = 56.19%
G = 10.95%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#761745 (or 0x761745) is known color: Pompadour. HEX triplet: 76, 17 and 45. RGB value is (118,23,69). Sum of RGB (Red+Green+Blue) = 118+23+69=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #761745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761745 is #89E8BA. Grayscale: #383838. Windows color (decimal): -9038011 or 4527990. OLE color: 4527990.

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

Color convert

RGB 118 23 69 -
CMYK 0 0.81 0.42 0.54
HSL 330.95º 0.67% 0.28% -
HSV(B) 330.95º 0.81% 0.46% -
XYZ 8.85 4.89 6.11 -
YUV 56.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 118 23 69 0 0.81 0.42 0.54 330.95 0.67 0.28
Hex 76 17 45 0 51 2A 36 14B 43 1C
Octal 166 27 105 0 121 52 66 513 103 34
Binary 1110110 10111 1000101 0 1010001 101010 110110 101001011 1000011 11100

Color Harmonies of #761745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761745

Black with #761745

Text Example


Text Example

White with #761745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761745; }

 p { color: rgb(118,23,69); }

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

background-color css

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

 a { background-color: rgb(118,23,69); }

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

border-color css

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

 span { border-color: rgb(118,23,69); }

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