Html Css Color HEX #7F6C6A Ferra

📋 copy color: '#7F6C6A'

red 127 ◦ green 108 ◦ blue 106

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

Shades of Ferra #7F6C6A

Tints of Ferra #7F6C6A

RGB

 RED value IS 127 (50% from 255) = 37.24%

 GREEN value IS 108 (42.58% from 255) = 31.67%

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 37.24%
G = 31.67%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#7F6C6A (or 0x7F6C6A) is known color: Ferra. HEX triplet: 7F, 6C and 6A. RGB value is (127,108,106). Sum of RGB (Red+Green+Blue) = 127+108+106=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6C6A is #809395. Grayscale: #717171. Windows color (decimal): -8426390 or 6974591. OLE color: 6974591.

HSL color Cylindrical-coordinate representation of color #7F6C6A: hue angle of 5.71º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F6C6A is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 108 106 -
CMYK 0 0.15 0.17 0.50
HSL 5.71º 0.09% 0.46% -
HSV(B) 5.71º 0.17% 0.5% -
XYZ 16.72 16.28 15.9 -
YUV 113.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 127 108 106 0 0.15 0.17 0.50 5.71 0.09 0.46
Hex 7F 6C 6A 0 F 11 32 6 9 2E
Octal 177 154 152 0 17 21 62 6 11 56
Binary 1111111 1101100 1101010 0 1111 10001 110010 110 1001 101110

Color Harmonies of #7F6C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6C6A

Black with #7F6C6A

Text Example


Text Example

White with #7F6C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6C6A; }

 p { color: rgb(127,108,106); }

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

background-color css

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

 a { background-color: rgb(127,108,106); }

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

border-color css

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

 span { border-color: rgb(127,108,106); }

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