Html Css Color HEX #77705C Pablo

📋 copy color: '#77705C'

red 119 ◦ green 112 ◦ blue 92

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

Shades of Pablo #77705C

Tints of Pablo #77705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 36.84%
G = 34.67%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77705C (or 0x77705C) is known color: Pablo. HEX triplet: 77, 70 and 5C. RGB value is (119,112,92). Sum of RGB (Red+Green+Blue) = 119+112+92=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #77705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77705C is #888FA3. Grayscale: #6F6F6F. Windows color (decimal): -8949668 or 6058103. OLE color: 6058103.

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

Color convert

RGB 119 112 92 -
CMYK 0 0.06 0.23 0.53
HSL 44.44º 0.13% 0.41% -
HSV(B) 44.44º 0.23% 0.47% -
XYZ 15.33 16.28 12.46 -
YUV 111.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 119 112 92 0 0.06 0.23 0.53 44.44 0.13 0.41
Hex 77 70 5C 0 6 17 35 2C D 29
Octal 167 160 134 0 6 27 65 54 15 51
Binary 1110111 1110000 1011100 0 110 10111 110101 101100 1101 101001

Color Harmonies of #77705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77705C

Black with #77705C

Text Example


Text Example

White with #77705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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