Html Css Color HEX #787058 Pablo

📋 copy color: '#787058'

red 120 ◦ green 112 ◦ blue 88

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

Shades of Pablo #787058

Tints of Pablo #787058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35%

 BLUE value IS 88 (34.77% from 255) = 27.5%

R = 37.5%
G = 35%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#787058 (or 0x787058) is known color: Pablo. HEX triplet: 78, 70 and 58. RGB value is (120,112,88). Sum of RGB (Red+Green+Blue) = 120+112+88=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #787058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787058 is #878FA7. Grayscale: #6F6F6F. Windows color (decimal): -8884136 or 5795960. OLE color: 5795960.

HSL color Cylindrical-coordinate representation of color #787058: hue angle of 45º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #787058 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 88 -
CMYK 0 0.07 0.27 0.53
HSL 45º 0.15% 0.41% -
HSV(B) 45º 0.27% 0.47% -
XYZ 15.3 16.29 11.57 -
YUV 111.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 120 112 88 0 0.07 0.27 0.53 45 0.15 0.41
Hex 78 70 58 0 7 1B 35 2D F 29
Octal 170 160 130 0 7 33 65 55 17 51
Binary 1111000 1110000 1011000 0 111 11011 110101 101101 1111 101001

Color Harmonies of #787058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787058

Black with #787058

Text Example


Text Example

White with #787058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787058; }

 p { color: rgb(120,112,88); }

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

background-color css

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

 a { background-color: rgb(120,112,88); }

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

border-color css

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

 span { border-color: rgb(120,112,88); }

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