Html Css Color HEX #7B745B Pablo

📋 copy color: '#7B745B'

red 123 ◦ green 116 ◦ blue 91

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

Shades of Pablo #7B745B

Tints of Pablo #7B745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 37.27%
G = 35.15%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7B745B (or 0x7B745B) is known color: Pablo. HEX triplet: 7B, 74 and 5B. RGB value is (123,116,91). Sum of RGB (Red+Green+Blue) = 123+116+91=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 123 - color contains mainly: red. Hex color #7B745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B745B is #848BA4. Grayscale: #737373. Windows color (decimal): -8686501 or 5993595. OLE color: 5993595.

HSL color Cylindrical-coordinate representation of color #7B745B: hue angle of 46.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B745B is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 116 91 -
CMYK 0 0.06 0.26 0.52
HSL 46.88º 0.15% 0.42% -
HSV(B) 46.88º 0.26% 0.48% -
XYZ 16.3 17.46 12.41 -
YUV 115.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 123 116 91 0 0.06 0.26 0.52 46.88 0.15 0.42
Hex 7B 74 5B 0 6 1A 34 2F F 2A
Octal 173 164 133 0 6 32 64 57 17 52
Binary 1111011 1110100 1011011 0 110 11010 110100 101111 1111 101010

Color Harmonies of #7B745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B745B

Black with #7B745B

Text Example


Text Example

White with #7B745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,116,91); }

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

background-color css

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

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

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

border-color css

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

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

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