Html Css Color HEX #77706F Ferra

📋 copy color: '#77706F'

red 119 ◦ green 112 ◦ blue 111

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

Shades of Ferra #77706F

Tints of Ferra #77706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 34.8%
G = 32.75%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77706F (or 0x77706F) is known color: Ferra. HEX triplet: 77, 70 and 6F. RGB value is (119,112,111). Sum of RGB (Red+Green+Blue) = 119+112+111=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 119 - color contains mainly: red. Hex color #77706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77706F is #888F90. Grayscale: #717171. Windows color (decimal): -8949649 or 7303287. OLE color: 7303287.

HSL color Cylindrical-coordinate representation of color #77706F: hue angle of 7.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #77706F is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 111 -
CMYK 0 0.06 0.07 0.53
HSL 7.5º 0.03% 0.45% -
HSV(B) 7.5º 0.07% 0.47% -
XYZ 16.27 16.66 17.4 -
YUV 113.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 119 112 111 0 0.06 0.07 0.53 7.5 0.03 0.45
Hex 77 70 6F 0 6 7 35 8 3 2D
Octal 167 160 157 0 6 7 65 10 3 55
Binary 1110111 1110000 1101111 0 110 111 110101 1000 11 101101

Color Harmonies of #77706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77706F

Black with #77706F

Text Example


Text Example

White with #77706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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