Html Css Color HEX #7F7B72 Concord

📋 copy color: '#7F7B72'

red 127 ◦ green 123 ◦ blue 114

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

Shades of Concord #7F7B72

Tints of Concord #7F7B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.32%

R = 34.89%
G = 33.79%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7F7B72 (or 0x7F7B72) is known color: Concord. HEX triplet: 7F, 7B and 72. RGB value is (127,123,114). Sum of RGB (Red+Green+Blue) = 127+123+114=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7B72 is #80848D. Grayscale: #7B7B7B. Windows color (decimal): -8422542 or 7502719. OLE color: 7502719.

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

Color convert

RGB 127 123 114 -
CMYK 0 0.03 0.10 0.50
HSL 41.54º 0.05% 0.47% -
HSV(B) 41.54º 0.1% 0.5% -
XYZ 18.87 19.89 18.76 -
YUV 123.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 127 123 114 0 0.03 0.10 0.50 41.54 0.05 0.47
Hex 7F 7B 72 0 3 A 32 2A 5 2F
Octal 177 173 162 0 3 12 62 52 5 57
Binary 1111111 1111011 1110010 0 11 1010 110010 101010 101 101111

Color Harmonies of #7F7B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7B72

Black with #7F7B72

Text Example


Text Example

White with #7F7B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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