Html Css Color HEX #77705D Pablo

📋 copy color: '#77705D'

red 119 ◦ green 112 ◦ blue 93

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

Shades of Pablo #77705D

Tints of Pablo #77705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 36.73%
G = 34.57%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77705D (or 0x77705D) is known color: Pablo. HEX triplet: 77, 70 and 5D. RGB value is (119,112,93). Sum of RGB (Red+Green+Blue) = 119+112+93=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #77705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77705D is #888FA2. Grayscale: #707070. Windows color (decimal): -8949667 or 6123639. OLE color: 6123639.

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

Color convert

RGB 119 112 93 -
CMYK 0 0.06 0.22 0.53
HSL 43.85º 0.12% 0.42% -
HSV(B) 43.85º 0.22% 0.47% -
XYZ 15.38 16.3 12.69 -
YUV 111.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 119 112 93 0 0.06 0.22 0.53 43.85 0.12 0.42
Hex 77 70 5D 0 6 16 35 2C C 2A
Octal 167 160 135 0 6 26 65 54 14 52
Binary 1110111 1110000 1011101 0 110 10110 110101 101100 1100 101010

Color Harmonies of #77705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77705D

Black with #77705D

Text Example


Text Example

White with #77705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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