Html Css Color HEX #7B5554 Buccaneer

📋 copy color: '#7B5554'

red 123 ◦ green 85 ◦ blue 84

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

Shades of Buccaneer #7B5554

Tints of Buccaneer #7B5554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.11%

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

R = 42.12%
G = 29.11%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#7B5554 (or 0x7B5554) is known color: Buccaneer. HEX triplet: 7B, 55 and 54. RGB value is (123,85,84). Sum of RGB (Red+Green+Blue) = 123+85+84=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5554 is #84AAAB. Grayscale: #606060. Windows color (decimal): -8694444 or 5526907. OLE color: 5526907.

HSL color Cylindrical-coordinate representation of color #7B5554: hue angle of 1.54º 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 #7B5554 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 85 84 -
CMYK 0 0.31 0.32 0.52
HSL 1.54º 0.19% 0.41% -
HSV(B) 1.54º 0.32% 0.48% -
XYZ 13.02 11.35 9.89 -
YUV 96.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 123 85 84 0 0.31 0.32 0.52 1.54 0.19 0.41
Hex 7B 55 54 0 1F 20 34 2 13 29
Octal 173 125 124 0 37 40 64 2 23 51
Binary 1111011 1010101 1010100 0 11111 100000 110100 10 10011 101001

Color Harmonies of #7B5554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5554

Black with #7B5554

Text Example


Text Example

White with #7B5554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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