Html Css Color HEX #78725B Pablo

📋 copy color: '#78725B'

red 120 ◦ green 114 ◦ blue 91

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

Shades of Pablo #78725B

Tints of Pablo #78725B

RGB

 RED value IS 120 (47.27% from 255) = 36.92%

 GREEN value IS 114 (44.92% from 255) = 35.08%

 BLUE value IS 91 (35.94% from 255) = 28%

R = 36.92%
G = 35.08%
B = 28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#78725B (or 0x78725B) is known color: Pablo. HEX triplet: 78, 72 and 5B. RGB value is (120,114,91). Sum of RGB (Red+Green+Blue) = 120+114+91=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #78725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78725B is #878DA4. Grayscale: #717171. Windows color (decimal): -8883621 or 5993080. OLE color: 5993080.

HSL color Cylindrical-coordinate representation of color #78725B: hue angle of 47.59º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78725B is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 114 91 -
CMYK 0 0.05 0.24 0.53
HSL 47.59º 0.14% 0.41% -
HSV(B) 47.59º 0.24% 0.47% -
XYZ 15.65 16.78 12.31 -
YUV 113.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 120 114 91 0 0.05 0.24 0.53 47.59 0.14 0.41
Hex 78 72 5B 0 5 18 35 30 E 29
Octal 170 162 133 0 5 30 65 60 16 51
Binary 1111000 1110010 1011011 0 101 11000 110101 110000 1110 101001

Color Harmonies of #78725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78725B

Black with #78725B

Text Example


Text Example

White with #78725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78725B; }

 p { color: rgb(120,114,91); }

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

background-color css

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

 a { background-color: rgb(120,114,91); }

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

border-color css

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

 span { border-color: rgb(120,114,91); }

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