Html Css Color HEX #770F42 Pompadour

📋 copy color: '#770F42'

red 119 ◦ green 15 ◦ blue 66

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

Shades of Pompadour #770F42

Tints of Pompadour #770F42

RGB

 RED value IS 119 (46.88% from 255) = 59.5%

 GREEN value IS 15 (6.25% from 255) = 7.5%

 BLUE value IS 66 (26.17% from 255) = 33%

R = 59.5%
G = 7.5%
B = 33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#770F42 (or 0x770F42) is known color: Pompadour. HEX triplet: 77, 0F and 42. RGB value is (119,15,66). Sum of RGB (Red+Green+Blue) = 119+15+66=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #770F42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770F42 is #88F0BD. Grayscale: #333333. Windows color (decimal): -8974526 or 4329335. OLE color: 4329335.

HSL color Cylindrical-coordinate representation of color #770F42: hue angle of 330.58º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #770F42 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 15 66 -
CMYK 0 0.87 0.45 0.53
HSL 330.58º 0.78% 0.26% -
HSV(B) 330.58º 0.87% 0.47% -
XYZ 8.76 4.66 5.59 -
YUV 51.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 119 15 66 0 0.87 0.45 0.53 330.58 0.78 0.26
Hex 77 F 42 0 57 2D 35 14B 4E 1A
Octal 167 17 102 0 127 55 65 513 116 32
Binary 1110111 1111 1000010 0 1010111 101101 110101 101001011 1001110 11010

Color Harmonies of #770F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770F42

Black with #770F42

Text Example


Text Example

White with #770F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770F42; }

 p { color: rgb(119,15,66); }

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

background-color css

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

 a { background-color: rgb(119,15,66); }

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

border-color css

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

 span { border-color: rgb(119,15,66); }

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