Html Css Color HEX #7B7B75 Tapa

📋 copy color: '#7B7B75'

red 123 ◦ green 123 ◦ blue 117

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

Shades of Tapa #7B7B75

Tints of Tapa #7B7B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 33.88%
G = 33.88%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B7B75 (or 0x7B7B75) is known color: Tapa. HEX triplet: 7B, 7B and 75. RGB value is (123,123,117). Sum of RGB (Red+Green+Blue) = 123+123+117=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 123 - color contains mainly: red, green. Hex color #7B7B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7B75 is #84848A. Grayscale: #7A7A7A. Windows color (decimal): -8684683 or 7699323. OLE color: 7699323.

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

Color convert

RGB 123 123 117 -
CMYK 0 0 0.05 0.52
HSL 60º 0.03% 0.47% -
HSV(B) 60º 0.05% 0.48% -
XYZ 18.46 19.66 19.65 -
YUV 122.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 123 123 117 0 0 0.05 0.52 60 0.03 0.47
Hex 7B 7B 75 0 0 5 34 3C 2 2F
Octal 173 173 165 0 0 5 64 74 2 57
Binary 1111011 1111011 1110101 0 0 101 110100 111100 10 101111

Color Harmonies of #7B7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7B75

Black with #7B7B75

Text Example


Text Example

White with #7B7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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