Html Css Color HEX #7B7D71 Tapa

📋 copy color: '#7B7D71'

red 123 ◦ green 125 ◦ blue 113

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

Shades of Tapa #7B7D71

Tints of Tapa #7B7D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.63%

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

R = 34.07%
G = 34.63%
B = 31.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7B7D71 (or 0x7B7D71) is known color: Tapa. HEX triplet: 7B, 7D and 71. RGB value is (123,125,113). Sum of RGB (Red+Green+Blue) = 123+125+113=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 125 - color contains mainly: green. Hex color #7B7D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7D71 is #84828E. Grayscale: #7B7B7B. Windows color (decimal): -8684175 or 7437691. OLE color: 7437691.

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

Color convert

RGB 123 125 113 -
CMYK 0.02 0 0.10 0.51
HSL 70º 0.05% 0.47% -
HSV(B) 70º 0.1% 0.49% -
XYZ 18.48 20.07 18.52 -
YUV 123.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 123 125 113 0.02 0 0.10 0.51 70 0.05 0.47
Hex 7B 7D 71 2 0 A 33 46 5 2F
Octal 173 175 161 2 0 12 63 106 5 57
Binary 1111011 1111101 1110001 10 0 1010 110011 1000110 101 101111

Color Harmonies of #7B7D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7D71

Black with #7B7D71

Text Example


Text Example

White with #7B7D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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