Html Css Color HEX #7B5754 Buccaneer

📋 copy color: '#7B5754'

red 123 ◦ green 87 ◦ blue 84

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

Shades of Buccaneer #7B5754

Tints of Buccaneer #7B5754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.59%

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

R = 41.84%
G = 29.59%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#7B5754 (or 0x7B5754) is known color: Buccaneer. HEX triplet: 7B, 57 and 54. RGB value is (123,87,84). Sum of RGB (Red+Green+Blue) = 123+87+84=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5754 is #84A8AB. Grayscale: #616161. Windows color (decimal): -8693932 or 5527419. OLE color: 5527419.

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

Color convert

RGB 123 87 84 -
CMYK 0 0.29 0.32 0.52
HSL 4.62º 0.19% 0.41% -
HSV(B) 4.62º 0.32% 0.48% -
XYZ 13.18 11.67 9.95 -
YUV 97.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 123 87 84 0 0.29 0.32 0.52 4.62 0.19 0.41
Hex 7B 57 54 0 1D 20 34 5 13 29
Octal 173 127 124 0 35 40 64 5 23 51
Binary 1111011 1010111 1010100 0 11101 100000 110100 101 10011 101001

Color Harmonies of #7B5754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5754

Black with #7B5754

Text Example


Text Example

White with #7B5754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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