Html Css Color HEX #7A4948 Buccaneer

📋 copy color: '#7A4948'

red 122 ◦ green 73 ◦ blue 72

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

Shades of Buccaneer #7A4948

Tints of Buccaneer #7A4948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.34%

 BLUE value IS 72 (28.52% from 255) = 26.97%

R = 45.69%
G = 27.34%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#7A4948 (or 0x7A4948) is known color: Buccaneer. HEX triplet: 7A, 49 and 48. RGB value is (122,73,72). Sum of RGB (Red+Green+Blue) = 122+73+72=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4948 is #85B6B7. Grayscale: #575757. Windows color (decimal): -8763064 or 4737402. OLE color: 4737402.

HSL color Cylindrical-coordinate representation of color #7A4948: hue angle of 1.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A4948 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 73 72 -
CMYK 0 0.40 0.41 0.52
HSL 1.2º 0.26% 0.38% -
HSV(B) 1.2º 0.41% 0.48% -
XYZ 11.58 9.37 7.33 -
YUV 87.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 122 73 72 0 0.40 0.41 0.52 1.2 0.26 0.38
Hex 7A 49 48 0 28 29 34 1 1A 26
Octal 172 111 110 0 50 51 64 1 32 46
Binary 1111010 1001001 1001000 0 101000 101001 110100 1 11010 100110

Color Harmonies of #7A4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4948

Black with #7A4948

Text Example


Text Example

White with #7A4948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,73,72); }

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

background-color css

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

 a { background-color: rgb(122,73,72); }

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

border-color css

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

 span { border-color: rgb(122,73,72); }

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