Html Css Color HEX #7D6C6C Ferra

📋 copy color: '#7D6C6C'

red 125 ◦ green 108 ◦ blue 108

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

Shades of Ferra #7D6C6C

Tints of Ferra #7D6C6C

RGB

 RED value IS 125 (49.22% from 255) = 36.66%

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

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

R = 36.66%
G = 31.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D6C6C (or 0x7D6C6C) is known color: Ferra. HEX triplet: 7D, 6C and 6C. RGB value is (125,108,108). Sum of RGB (Red+Green+Blue) = 125+108+108=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6C6C is #829393. Grayscale: #717171. Windows color (decimal): -8557460 or 7105661. OLE color: 7105661.

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

Color convert

RGB 125 108 108 -
CMYK 0 0.14 0.14 0.51
HSL 0.07% 0.46% -
HSV(B) 0.14% 0.49% -
XYZ 16.53 16.17 16.44 -
YUV 113.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 125 108 108 0 0.14 0.14 0.51 0 0.07 0.46
Hex 7D 6C 6C 0 E E 33 0 7 2E
Octal 175 154 154 0 16 16 63 0 7 56
Binary 1111101 1101100 1101100 0 1110 1110 110011 0 111 101110

Color Harmonies of #7D6C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6C6C

Black with #7D6C6C

Text Example


Text Example

White with #7D6C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,108,108); }

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

background-color css

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

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

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

border-color css

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

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

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