Html Css Color HEX #7B5854 Buccaneer

📋 copy color: '#7B5854'

red 123 ◦ green 88 ◦ blue 84

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

Shades of Buccaneer #7B5854

Tints of Buccaneer #7B5854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

 BLUE value IS 84 (33.2% from 255) = 28.47%

R = 41.69%
G = 29.83%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#7B5854 (or 0x7B5854) is known color: Buccaneer. HEX triplet: 7B, 58 and 54. RGB value is (123,88,84). Sum of RGB (Red+Green+Blue) = 123+88+84=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5854 is #84A7AB. Grayscale: #626262. Windows color (decimal): -8693676 or 5527675. OLE color: 5527675.

HSL color Cylindrical-coordinate representation of color #7B5854: hue angle of 6.15º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B5854 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 88 84 -
CMYK 0 0.28 0.32 0.52
HSL 6.15º 0.19% 0.41% -
HSV(B) 6.15º 0.32% 0.48% -
XYZ 13.26 11.83 9.97 -
YUV 98.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 123 88 84 0 0.28 0.32 0.52 6.15 0.19 0.41
Hex 7B 58 54 0 1C 20 34 6 13 29
Octal 173 130 124 0 34 40 64 6 23 51
Binary 1111011 1011000 1010100 0 11100 100000 110100 110 10011 101001

Color Harmonies of #7B5854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5854

Black with #7B5854

Text Example


Text Example

White with #7B5854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,88,84); }

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

background-color css

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

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

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

border-color css

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

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

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