Html Css Color HEX #7E6E6B Ferra

📋 copy color: '#7E6E6B'

red 126 ◦ green 110 ◦ blue 107

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

Shades of Ferra #7E6E6B

Tints of Ferra #7E6E6B

RGB

 RED value IS 126 (49.61% from 255) = 36.73%

 GREEN value IS 110 (43.36% from 255) = 32.07%

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 36.73%
G = 32.07%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7E6E6B (or 0x7E6E6B) is known color: Ferra. HEX triplet: 7E, 6E and 6B. RGB value is (126,110,107). Sum of RGB (Red+Green+Blue) = 126+110+107=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6E6B is #819194. Grayscale: #727272. Windows color (decimal): -8491413 or 7040638. OLE color: 7040638.

HSL color Cylindrical-coordinate representation of color #7E6E6B: hue angle of 9.47º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E6E6B is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 110 107 -
CMYK 0 0.13 0.15 0.51
HSL 9.47º 0.08% 0.46% -
HSV(B) 9.47º 0.15% 0.49% -
XYZ 16.83 16.65 16.24 -
YUV 114.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 126 110 107 0 0.13 0.15 0.51 9.47 0.08 0.46
Hex 7E 6E 6B 0 D F 33 9 8 2E
Octal 176 156 153 0 15 17 63 11 10 56
Binary 1111110 1101110 1101011 0 1101 1111 110011 1001 1000 101110

Color Harmonies of #7E6E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6E6B

Black with #7E6E6B

Text Example


Text Example

White with #7E6E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,110,107); }

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

background-color css

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

 a { background-color: rgb(126,110,107); }

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

border-color css

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

 span { border-color: rgb(126,110,107); }

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