Html Css Color HEX #7B7A71 Tapa

📋 copy color: '#7B7A71'

red 123 ◦ green 122 ◦ blue 113

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

Shades of Tapa #7B7A71

Tints of Tapa #7B7A71

RGB

 RED value IS 123 (48.44% from 255) = 34.36%

 GREEN value IS 122 (48.05% from 255) = 34.08%

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

R = 34.36%
G = 34.08%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7B7A71 (or 0x7B7A71) is known color: Tapa. HEX triplet: 7B, 7A and 71. RGB value is (123,122,113). Sum of RGB (Red+Green+Blue) = 123+122+113=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7A71 is #84858E. Grayscale: #797979. Windows color (decimal): -8684943 or 7436923. OLE color: 7436923.

HSL color Cylindrical-coordinate representation of color #7B7A71: hue angle of 54º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B7A71 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 122 113 -
CMYK 0 0.01 0.08 0.52
HSL 54º 0.04% 0.46% -
HSV(B) 54º 0.08% 0.48% -
XYZ 18.11 19.32 18.4 -
YUV 121.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 123 122 113 0 0.01 0.08 0.52 54 0.04 0.46
Hex 7B 7A 71 0 1 8 34 36 4 2E
Octal 173 172 161 0 1 10 64 66 4 56
Binary 1111011 1111010 1110001 0 1 1000 110100 110110 100 101110

Color Harmonies of #7B7A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7A71

Black with #7B7A71

Text Example


Text Example

White with #7B7A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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