Html Css Color HEX #787262 Pablo

📋 copy color: '#787262'

red 120 ◦ green 114 ◦ blue 98

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

Shades of Pablo #787262

Tints of Pablo #787262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.52%

R = 36.14%
G = 34.34%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#787262 (or 0x787262) is known color: Pablo. HEX triplet: 78, 72 and 62. RGB value is (120,114,98). Sum of RGB (Red+Green+Blue) = 120+114+98=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #787262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787262 is #878D9D. Grayscale: #727272. Windows color (decimal): -8883614 or 6451832. OLE color: 6451832.

HSL color Cylindrical-coordinate representation of color #787262: hue angle of 43.64º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #787262 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 114 98 -
CMYK 0 0.05 0.18 0.53
HSL 43.64º 0.1% 0.43% -
HSV(B) 43.64º 0.18% 0.47% -
XYZ 15.97 16.91 13.98 -
YUV 113.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 120 114 98 0 0.05 0.18 0.53 43.64 0.1 0.43
Hex 78 72 62 0 5 12 35 2C A 2B
Octal 170 162 142 0 5 22 65 54 12 53
Binary 1111000 1110010 1100010 0 101 10010 110101 101100 1010 101011

Color Harmonies of #787262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787262

Black with #787262

Text Example


Text Example

White with #787262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787262; }

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

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

background-color css

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

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

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

border-color css

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

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

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