Html Css Color HEX #7B745D Pablo

📋 copy color: '#7B745D'

red 123 ◦ green 116 ◦ blue 93

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

Shades of Pablo #7B745D

Tints of Pablo #7B745D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 37.05%
G = 34.94%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7B745D (or 0x7B745D) is known color: Pablo. HEX triplet: 7B, 74 and 5D. RGB value is (123,116,93). Sum of RGB (Red+Green+Blue) = 123+116+93=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 123 - color contains mainly: red. Hex color #7B745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B745D is #848BA2. Grayscale: #737373. Windows color (decimal): -8686499 or 6124667. OLE color: 6124667.

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

Color convert

RGB 123 116 93 -
CMYK 0 0.06 0.24 0.52
HSL 46º 0.14% 0.42% -
HSV(B) 46º 0.24% 0.48% -
XYZ 16.39 17.49 12.87 -
YUV 115.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 123 116 93 0 0.06 0.24 0.52 46 0.14 0.42
Hex 7B 74 5D 0 6 18 34 2E E 2A
Octal 173 164 135 0 6 30 64 56 16 52
Binary 1111011 1110100 1011101 0 110 11000 110100 101110 1110 101010

Color Harmonies of #7B745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B745D

Black with #7B745D

Text Example


Text Example

White with #7B745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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