Html Css Color HEX #7F7B71 Concord

📋 copy color: '#7F7B71'

red 127 ◦ green 123 ◦ blue 113

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

Shades of Concord #7F7B71

Tints of Concord #7F7B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.88%

 BLUE value IS 113 (44.53% from 255) = 31.13%

R = 34.99%
G = 33.88%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#7F7B71 (or 0x7F7B71) is known color: Concord. HEX triplet: 7F, 7B and 71. RGB value is (127,123,113). Sum of RGB (Red+Green+Blue) = 127+123+113=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7B71 is #80848E. Grayscale: #7B7B7B. Windows color (decimal): -8422543 or 7437183. OLE color: 7437183.

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

Color convert

RGB 127 123 113 -
CMYK 0 0.03 0.11 0.50
HSL 42.86º 0.06% 0.47% -
HSV(B) 42.86º 0.11% 0.5% -
XYZ 18.82 19.87 18.47 -
YUV 123.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 127 123 113 0 0.03 0.11 0.50 42.86 0.06 0.47
Hex 7F 7B 71 0 3 B 32 2B 6 2F
Octal 177 173 161 0 3 13 62 53 6 57
Binary 1111111 1111011 1110001 0 11 1011 110010 101011 110 101111

Color Harmonies of #7F7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7B71

Black with #7F7B71

Text Example


Text Example

White with #7F7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,123,113); }

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

background-color css

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

 a { background-color: rgb(127,123,113); }

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

border-color css

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

 span { border-color: rgb(127,123,113); }

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