Html Css Color HEX #78715A Pablo

📋 copy color: '#78715A'

red 120 ◦ green 113 ◦ blue 90

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

Shades of Pablo #78715A

Tints of Pablo #78715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

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

R = 37.15%
G = 34.98%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78715A (or 0x78715A) is known color: Pablo. HEX triplet: 78, 71 and 5A. RGB value is (120,113,90). Sum of RGB (Red+Green+Blue) = 120+113+90=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #78715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78715A is #878EA5. Grayscale: #707070. Windows color (decimal): -8883878 or 5927288. OLE color: 5927288.

HSL color Cylindrical-coordinate representation of color #78715A: hue angle of 46º 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 #78715A is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 113 90 -
CMYK 0 0.06 0.25 0.53
HSL 46º 0.14% 0.41% -
HSV(B) 46º 0.25% 0.47% -
XYZ 15.5 16.54 12.05 -
YUV 112.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 120 113 90 0 0.06 0.25 0.53 46 0.14 0.41
Hex 78 71 5A 0 6 19 35 2E E 29
Octal 170 161 132 0 6 31 65 56 16 51
Binary 1111000 1110001 1011010 0 110 11001 110101 101110 1110 101001

Color Harmonies of #78715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78715A

Black with #78715A

Text Example


Text Example

White with #78715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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