Html Css Color HEX #7B755F Pablo

📋 copy color: '#7B755F'

red 123 ◦ green 117 ◦ blue 95

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

Shades of Pablo #7B755F

Tints of Pablo #7B755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 36.72%
G = 34.93%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7B755F (or 0x7B755F) is known color: Pablo. HEX triplet: 7B, 75 and 5F. RGB value is (123,117,95). Sum of RGB (Red+Green+Blue) = 123+117+95=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 123 - color contains mainly: red. Hex color #7B755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B755F is #848AA0. Grayscale: #747474. Windows color (decimal): -8686241 or 6255995. OLE color: 6255995.

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

Color convert

RGB 123 117 95 -
CMYK 0 0.05 0.23 0.52
HSL 47.14º 0.13% 0.43% -
HSV(B) 47.14º 0.23% 0.48% -
XYZ 16.6 17.76 13.38 -
YUV 116.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 123 117 95 0 0.05 0.23 0.52 47.14 0.13 0.43
Hex 7B 75 5F 0 5 17 34 2F D 2B
Octal 173 165 137 0 5 27 64 57 15 53
Binary 1111011 1110101 1011111 0 101 10111 110100 101111 1101 101011

Color Harmonies of #7B755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B755F

Black with #7B755F

Text Example


Text Example

White with #7B755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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