Html Css Color HEX #7A5853 Buccaneer

📋 copy color: '#7A5853'

red 122 ◦ green 88 ◦ blue 83

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

Shades of Buccaneer #7A5853

Tints of Buccaneer #7A5853

RGB

 RED value IS 122 (48.05% from 255) = 41.64%

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

 BLUE value IS 83 (32.81% from 255) = 28.33%

R = 41.64%
G = 30.03%
B = 28.33%

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

#7A5853 (or 0x7A5853) is known color: Buccaneer. HEX triplet: 7A, 58 and 53. RGB value is (122,88,83). Sum of RGB (Red+Green+Blue) = 122+88+83=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5853 is #85A7AC. Grayscale: #616161. Windows color (decimal): -8759213 or 5462138. OLE color: 5462138.

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

Color convert

RGB 122 88 83 -
CMYK 0 0.28 0.32 0.52
HSL 7.69º 0.19% 0.4% -
HSV(B) 7.69º 0.32% 0.48% -
XYZ 13.08 11.74 9.76 -
YUV 97.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 122 88 83 0 0.28 0.32 0.52 7.69 0.19 0.4
Hex 7A 58 53 0 1C 20 34 8 13 28
Octal 172 130 123 0 34 40 64 10 23 50
Binary 1111010 1011000 1010011 0 11100 100000 110100 1000 10011 101000

Color Harmonies of #7A5853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5853

Black with #7A5853

Text Example


Text Example

White with #7A5853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,88,83); }

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

background-color css

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

 a { background-color: rgb(122,88,83); }

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

border-color css

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

 span { border-color: rgb(122,88,83); }

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