Html Css Color HEX #78725A Pablo

📋 copy color: '#78725A'

red 120 ◦ green 114 ◦ blue 90

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

Shades of Pablo #78725A

Tints of Pablo #78725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.78%

R = 37.04%
G = 35.19%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78725A (or 0x78725A) is known color: Pablo. HEX triplet: 78, 72 and 5A. RGB value is (120,114,90). Sum of RGB (Red+Green+Blue) = 120+114+90=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #78725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78725A is #878DA5. Grayscale: #717171. Windows color (decimal): -8883622 or 5927544. OLE color: 5927544.

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

Color convert

RGB 120 114 90 -
CMYK 0 0.05 0.25 0.53
HSL 48º 0.14% 0.41% -
HSV(B) 48º 0.25% 0.47% -
XYZ 15.61 16.77 12.09 -
YUV 113.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 120 114 90 0 0.05 0.25 0.53 48 0.14 0.41
Hex 78 72 5A 0 5 19 35 30 E 29
Octal 170 162 132 0 5 31 65 60 16 51
Binary 1111000 1110010 1011010 0 101 11001 110101 110000 1110 101001

Color Harmonies of #78725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78725A

Black with #78725A

Text Example


Text Example

White with #78725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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