Html Css Color HEX #7B7461 Pablo

📋 copy color: '#7B7461'

red 123 ◦ green 116 ◦ blue 97

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

Shades of Pablo #7B7461

Tints of Pablo #7B7461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.87%

R = 36.61%
G = 34.52%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#7B7461 (or 0x7B7461) is known color: Pablo. HEX triplet: 7B, 74 and 61. RGB value is (123,116,97). Sum of RGB (Red+Green+Blue) = 123+116+97=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7461 is #848B9E. Grayscale: #747474. Windows color (decimal): -8686495 or 6386811. OLE color: 6386811.

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

Color convert

RGB 123 116 97 -
CMYK 0 0.06 0.21 0.52
HSL 43.85º 0.12% 0.43% -
HSV(B) 43.85º 0.21% 0.48% -
XYZ 16.57 17.56 13.83 -
YUV 115.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 123 116 97 0 0.06 0.21 0.52 43.85 0.12 0.43
Hex 7B 74 61 0 6 15 34 2C C 2B
Octal 173 164 141 0 6 25 64 54 14 53
Binary 1111011 1110100 1100001 0 110 10101 110100 101100 1100 101011

Color Harmonies of #7B7461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7461

Black with #7B7461

Text Example


Text Example

White with #7B7461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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