Html Css Color HEX #777062 Pablo

📋 copy color: '#777062'

red 119 ◦ green 112 ◦ blue 98

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

Shades of Pablo #777062

Tints of Pablo #777062

RGB

 RED value IS 119 (46.88% from 255) = 36.17%

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

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

R = 36.17%
G = 34.04%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#777062 (or 0x777062) is known color: Pablo. HEX triplet: 77, 70 and 62. RGB value is (119,112,98). Sum of RGB (Red+Green+Blue) = 119+112+98=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #777062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777062 is #888F9D. Grayscale: #707070. Windows color (decimal): -8949662 or 6451319. OLE color: 6451319.

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

Color convert

RGB 119 112 98 -
CMYK 0 0.06 0.18 0.53
HSL 40º 0.1% 0.43% -
HSV(B) 40º 0.18% 0.47% -
XYZ 15.61 16.39 13.9 -
YUV 112.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 119 112 98 0 0.06 0.18 0.53 40 0.1 0.43
Hex 77 70 62 0 6 12 35 28 A 2B
Octal 167 160 142 0 6 22 65 50 12 53
Binary 1110111 1110000 1100010 0 110 10010 110101 101000 1010 101011

Color Harmonies of #777062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777062

Black with #777062

Text Example


Text Example

White with #777062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777062; }

 p { color: rgb(119,112,98); }

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

background-color css

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

 a { background-color: rgb(119,112,98); }

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

border-color css

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

 span { border-color: rgb(119,112,98); }

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