Html Css Color HEX #7A5955 Buccaneer

📋 copy color: '#7A5955'

red 122 ◦ green 89 ◦ blue 85

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

Shades of Buccaneer #7A5955

Tints of Buccaneer #7A5955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 85 (33.59% from 255) = 28.72%

R = 41.22%
G = 30.07%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7A5955 (or 0x7A5955) is known color: Buccaneer. HEX triplet: 7A, 59 and 55. RGB value is (122,89,85). Sum of RGB (Red+Green+Blue) = 122+89+85=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5955 is #85A6AA. Grayscale: #626262. Windows color (decimal): -8758955 or 5593466. OLE color: 5593466.

HSL color Cylindrical-coordinate representation of color #7A5955: hue angle of 6.49º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5955 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 89 85 -
CMYK 0 0.27 0.30 0.52
HSL 6.49º 0.18% 0.41% -
HSV(B) 6.49º 0.3% 0.48% -
XYZ 13.24 11.94 10.2 -
YUV 98.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 122 89 85 0 0.27 0.30 0.52 6.49 0.18 0.41
Hex 7A 59 55 0 1B 1E 34 6 12 29
Octal 172 131 125 0 33 36 64 6 22 51
Binary 1111010 1011001 1010101 0 11011 11110 110100 110 10010 101001

Color Harmonies of #7A5955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5955

Black with #7A5955

Text Example


Text Example

White with #7A5955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,89,85); }

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

background-color css

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

 a { background-color: rgb(122,89,85); }

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

border-color css

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

 span { border-color: rgb(122,89,85); }

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