Html Css Color HEX #770F4B Pompadour

📋 copy color: '#770F4B'

red 119 ◦ green 15 ◦ blue 75

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

Shades of Pompadour #770F4B

Tints of Pompadour #770F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.89%

R = 56.94%
G = 7.18%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#770F4B (or 0x770F4B) is known color: Pompadour. HEX triplet: 77, 0F and 4B. RGB value is (119,15,75). Sum of RGB (Red+Green+Blue) = 119+15+75=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #770F4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770F4B is #88F0B4. Grayscale: #343434. Windows color (decimal): -8974517 or 4919159. OLE color: 4919159.

HSL color Cylindrical-coordinate representation of color #770F4B: hue angle of 325.38º 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 #770F4B is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 15 75 -
CMYK 0 0.87 0.37 0.53
HSL 325.38º 0.78% 0.26% -
HSV(B) 325.38º 0.87% 0.47% -
XYZ 9.05 4.77 7.1 -
YUV 52.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 119 15 75 0 0.87 0.37 0.53 325.38 0.78 0.26
Hex 77 F 4B 0 57 25 35 145 4E 1A
Octal 167 17 113 0 127 45 65 505 116 32
Binary 1110111 1111 1001011 0 1010111 100101 110101 101000101 1001110 11010

Color Harmonies of #770F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770F4B

Black with #770F4B

Text Example


Text Example

White with #770F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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