Html Css Color HEX #7A504F Buccaneer

📋 copy color: '#7A504F'

red 122 ◦ green 80 ◦ blue 79

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

Shades of Buccaneer #7A504F

Tints of Buccaneer #7A504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 43.42%
G = 28.47%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7A504F (or 0x7A504F) is known color: Buccaneer. HEX triplet: 7A, 50 and 4F. RGB value is (122,80,79). Sum of RGB (Red+Green+Blue) = 122+80+79=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A504F is #85AFB0. Grayscale: #5C5C5C. Windows color (decimal): -8761265 or 5197946. OLE color: 5197946.

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

Color convert

RGB 122 80 79 -
CMYK 0 0.34 0.35 0.52
HSL 1.4º 0.21% 0.39% -
HSV(B) 1.4º 0.35% 0.48% -
XYZ 12.31 10.44 8.76 -
YUV 92.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 122 80 79 0 0.34 0.35 0.52 1.4 0.21 0.39
Hex 7A 50 4F 0 22 23 34 1 15 27
Octal 172 120 117 0 42 43 64 1 25 47
Binary 1111010 1010000 1001111 0 100010 100011 110100 1 10101 100111

Color Harmonies of #7A504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A504F

Black with #7A504F

Text Example


Text Example

White with #7A504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,80,79); }

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

background-color css

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

 a { background-color: rgb(122,80,79); }

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

border-color css

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

 span { border-color: rgb(122,80,79); }

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