Html Css Color HEX #7B7C6F Tapa

📋 copy color: '#7B7C6F'

red 123 ◦ green 124 ◦ blue 111

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

Shades of Tapa #7B7C6F

Tints of Tapa #7B7C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 34.36%
G = 34.64%
B = 31.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7B7C6F (or 0x7B7C6F) is known color: Tapa. HEX triplet: 7B, 7C and 6F. RGB value is (123,124,111). Sum of RGB (Red+Green+Blue) = 123+124+111=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 124 - color contains mainly: green. Hex color #7B7C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7C6F is #848390. Grayscale: #7A7A7A. Windows color (decimal): -8684433 or 7306363. OLE color: 7306363.

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

Color convert

RGB 123 124 111 -
CMYK 0.01 0 0.10 0.51
HSL 64.62º 0.06% 0.46% -
HSV(B) 64.62º 0.1% 0.49% -
XYZ 18.25 19.77 17.89 -
YUV 122.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 123 124 111 0.01 0 0.10 0.51 64.62 0.06 0.46
Hex 7B 7C 6F 1 0 A 33 41 6 2E
Octal 173 174 157 1 0 12 63 101 6 56
Binary 1111011 1111100 1101111 1 0 1010 110011 1000001 110 101110

Color Harmonies of #7B7C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7C6F

Black with #7B7C6F

Text Example


Text Example

White with #7B7C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,124,111); }

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

background-color css

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

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

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

border-color css

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

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

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