Html Css Color HEX #77705F Pablo

📋 copy color: '#77705F'

red 119 ◦ green 112 ◦ blue 95

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

Shades of Pablo #77705F

Tints of Pablo #77705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 36.5%
G = 34.36%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77705F (or 0x77705F) is known color: Pablo. HEX triplet: 77, 70 and 5F. RGB value is (119,112,95). Sum of RGB (Red+Green+Blue) = 119+112+95=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #77705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77705F is #888FA0. Grayscale: #707070. Windows color (decimal): -8949665 or 6254711. OLE color: 6254711.

HSL color Cylindrical-coordinate representation of color #77705F: hue angle of 42.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77705F is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 95 -
CMYK 0 0.06 0.20 0.53
HSL 42.5º 0.11% 0.42% -
HSV(B) 42.5º 0.2% 0.47% -
XYZ 15.47 16.34 13.16 -
YUV 112.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 119 112 95 0 0.06 0.20 0.53 42.5 0.11 0.42
Hex 77 70 5F 0 6 14 35 2A B 2A
Octal 167 160 137 0 6 24 65 52 13 52
Binary 1110111 1110000 1011111 0 110 10100 110101 101010 1011 101010

Color Harmonies of #77705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77705F

Black with #77705F

Text Example


Text Example

White with #77705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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