#7B847B

Color #7B847B Boulder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boulder #7B847B

Tints of Boulder #7B847B

Color information

#7B847B (or 0x7B847B) is unknown color: approx Boulder. HEX triplet: 7B, 84 and 7B. RGB value is (123,132,123). Sum of RGB (Red+Green+Blue) = 123+132+123=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 132 - color contains mainly: green. Hex color #7B847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B847B is #847B84. Grayscale: #808080. Windows color (decimal): -8682373 or 8094843. OLE color: 8094843.

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

Color convert

RGB123132123-
CMYK0.0700.070.48
HSL120º3.53%50%-
HSV(B)120º6.82%51.76%-
XYZ19.9922.1421.96-
YUV128.28125.02124.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.54%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=32.54%
G=34.92%
B=32.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1231321230.0700.070.481203.5350
Hex7B847B7073078432
Octal17320417370760170462
Binary111101110000100111101111101111100001111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B847B;
 }
 .AnyTagClassName
 {
   color: #7B847B;
 }
</style>
background-color css

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

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

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

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

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

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