Html Css Color HEX #7B5452 Buccaneer

📋 copy color: '#7B5452'

red 123 ◦ green 84 ◦ blue 82

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

Shades of Buccaneer #7B5452

Tints of Buccaneer #7B5452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 42.56%
G = 29.07%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#7B5452 (or 0x7B5452) is known color: Buccaneer. HEX triplet: 7B, 54 and 52. RGB value is (123,84,82). Sum of RGB (Red+Green+Blue) = 123+84+82=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5452 is #84ABAD. Grayscale: #5F5F5F. Windows color (decimal): -8694702 or 5395579. OLE color: 5395579.

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

Color convert

RGB 123 84 82 -
CMYK 0 0.32 0.33 0.52
HSL 2.93º 0.2% 0.4% -
HSV(B) 2.93º 0.33% 0.48% -
XYZ 12.86 11.16 9.46 -
YUV 95.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 123 84 82 0 0.32 0.33 0.52 2.93 0.2 0.4
Hex 7B 54 52 0 20 21 34 3 14 28
Octal 173 124 122 0 40 41 64 3 24 50
Binary 1111011 1010100 1010010 0 100000 100001 110100 11 10100 101000

Color Harmonies of #7B5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5452

Black with #7B5452

Text Example


Text Example

White with #7B5452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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