Html Css Color HEX #7C6E6E Ferra

📋 copy color: '#7C6E6E'

red 124 ◦ green 110 ◦ blue 110

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

Shades of Ferra #7C6E6E

Tints of Ferra #7C6E6E

RGB

 RED value IS 124 (48.83% from 255) = 36.05%

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

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 36.05%
G = 31.98%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7C6E6E (or 0x7C6E6E) is known color: Ferra. HEX triplet: 7C, 6E and 6E. RGB value is (124,110,110). Sum of RGB (Red+Green+Blue) = 124+110+110=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6E6E is #839191. Grayscale: #727272. Windows color (decimal): -8622482 or 7237244. OLE color: 7237244.

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

Color convert

RGB 124 110 110 -
CMYK 0 0.11 0.11 0.51
HSL 0.06% 0.46% -
HSV(B) 0.11% 0.49% -
XYZ 16.7 16.56 17.07 -
YUV 114.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 124 110 110 0 0.11 0.11 0.51 0 0.06 0.46
Hex 7C 6E 6E 0 B B 33 0 6 2E
Octal 174 156 156 0 13 13 63 0 6 56
Binary 1111100 1101110 1101110 0 1011 1011 110011 0 110 101110

Color Harmonies of #7C6E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6E6E

Black with #7C6E6E

Text Example


Text Example

White with #7C6E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,110,110); }

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

background-color css

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

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

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

border-color css

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

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

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