Html Css Color HEX #7A534D Buccaneer

📋 copy color: '#7A534D'

red 122 ◦ green 83 ◦ blue 77

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

Shades of Buccaneer #7A534D

Tints of Buccaneer #7A534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 43.26%
G = 29.43%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7A534D (or 0x7A534D) is known color: Buccaneer. HEX triplet: 7A, 53 and 4D. RGB value is (122,83,77). Sum of RGB (Red+Green+Blue) = 122+83+77=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A534D is #85ACB2. Grayscale: #5E5E5E. Windows color (decimal): -8760499 or 5067642. OLE color: 5067642.

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

Color convert

RGB 122 83 77 -
CMYK 0 0.32 0.37 0.52
HSL 0.23% 0.39% -
HSV(B) 0.37% 0.48% -
XYZ 12.46 10.86 8.46 -
YUV 93.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 122 83 77 0 0.32 0.37 0.52 8 0.23 0.39
Hex 7A 53 4D 0 20 25 34 8 17 27
Octal 172 123 115 0 40 45 64 10 27 47
Binary 1111010 1010011 1001101 0 100000 100101 110100 1000 10111 100111

Color Harmonies of #7A534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A534D

Black with #7A534D

Text Example


Text Example

White with #7A534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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