Html Css Color HEX #794D4B Buccaneer

📋 copy color: '#794D4B'

red 121 ◦ green 77 ◦ blue 75

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

Shades of Buccaneer #794D4B

Tints of Buccaneer #794D4B

RGB

 RED value IS 121 (47.66% from 255) = 44.32%

 GREEN value IS 77 (30.47% from 255) = 28.21%

 BLUE value IS 75 (29.69% from 255) = 27.47%

R = 44.32%
G = 28.21%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#794D4B (or 0x794D4B) is known color: Buccaneer. HEX triplet: 79, 4D and 4B. RGB value is (121,77,75). Sum of RGB (Red+Green+Blue) = 121+77+75=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #794D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794D4B is #86B2B4. Grayscale: #595959. Windows color (decimal): -8827573 or 4935033. OLE color: 4935033.

HSL color Cylindrical-coordinate representation of color #794D4B: hue angle of 2.61º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #794D4B is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 77 75 -
CMYK 0 0.36 0.38 0.53
HSL 2.61º 0.23% 0.38% -
HSV(B) 2.61º 0.38% 0.47% -
XYZ 11.81 9.88 7.94 -
YUV 89.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 121 77 75 0 0.36 0.38 0.53 2.61 0.23 0.38
Hex 79 4D 4B 0 24 26 35 3 17 26
Octal 171 115 113 0 44 46 65 3 27 46
Binary 1111001 1001101 1001011 0 100100 100110 110101 11 10111 100110

Color Harmonies of #794D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794D4B

Black with #794D4B

Text Example


Text Example

White with #794D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794D4B; }

 p { color: rgb(121,77,75); }

 H1.HeaderClassName
 {
   color: #794D4B;
 }
 .AnyTagClassName
 {
   color: #794D4B;
 }
</style>

background-color css

<style>
 a { background-color: #794D4B; }

 a { background-color: rgb(121,77,75); }

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

border-color css

<style>
 span { border-color: #794D4B; }

 span { border-color: rgb(121,77,75); }

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