#B7B078

Color #B7B078 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #B7B078

Tints of Dark Khaki #B7B078

Color information

#B7B078 (or 0xB7B078) is unknown color: approx Dark Khaki. HEX triplet: B7, B0 and 78. RGB value is (183,176,120). Sum of RGB (Red+Green+Blue) = 183+176+120=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B078 is #484F87. Grayscale: #ABABAB. Windows color (decimal): -4738952 or 7909559. OLE color: 7909559.

HSL color Cylindrical-coordinate representation of color #B7B078: hue angle of 53.33º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7B078 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB183176120-
CMYK00.040.340.28
HSL53.33º30.43%59.41%-
HSV(B)53.33º34.43%71.76%-
XYZ38.4442.4723.94-
YUV171.7198.82136.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=38.20%
G=36.74%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317612000.040.340.2853.3330.4359.41
HexB7B07804221C351e3b
Octal267260170044234653673
Binary1011011110110000111100001001000101110011010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B078; }

 p { color: rgb(183,176,120); }

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

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

 a { background-color: rgb(183,176,120); }

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

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

 span { border-color: rgb(183,176,120); }

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