Html Css Color HEX #7B7B71 Tapa

📋 copy color: '#7B7B71'

red 123 ◦ green 123 ◦ blue 113

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

Shades of Tapa #7B7B71

Tints of Tapa #7B7B71

RGB

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

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

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

R = 34.26%
G = 34.26%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7B7B71 (or 0x7B7B71) is known color: Tapa. HEX triplet: 7B, 7B and 71. RGB value is (123,123,113). Sum of RGB (Red+Green+Blue) = 123+123+113=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 123 - color contains mainly: red, green. Hex color #7B7B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7B71 is #84848E. Grayscale: #797979. Windows color (decimal): -8684687 or 7437179. OLE color: 7437179.

HSL color Cylindrical-coordinate representation of color #7B7B71: hue angle of 60º 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 #7B7B71 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 123 113 -
CMYK 0 0 0.08 0.52
HSL 60º 0.04% 0.46% -
HSV(B) 60º 0.08% 0.48% -
XYZ 18.23 19.57 18.44 -
YUV 121.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 123 123 113 0 0 0.08 0.52 60 0.04 0.46
Hex 7B 7B 71 0 0 8 34 3C 4 2E
Octal 173 173 161 0 0 10 64 74 4 56
Binary 1111011 1111011 1110001 0 0 1000 110100 111100 100 101110

Color Harmonies of #7B7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7B71

Black with #7B7B71

Text Example


Text Example

White with #7B7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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