Html Css Color HEX #704F4D Buccaneer

📋 copy color: '#704F4D'

red 112 ◦ green 79 ◦ blue 77

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

Shades of Buccaneer #704F4D

Tints of Buccaneer #704F4D

RGB

 RED value IS 112 (44.14% from 255) = 41.79%

 GREEN value IS 79 (31.25% from 255) = 29.48%

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

R = 41.79%
G = 29.48%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#704F4D (or 0x704F4D) is known color: Buccaneer. HEX triplet: 70, 4F and 4D. RGB value is (112,79,77). Sum of RGB (Red+Green+Blue) = 112+79+77=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #704F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F4D is #8FB0B2. Grayscale: #585858. Windows color (decimal): -9416883 or 5066608. OLE color: 5066608.

HSL color Cylindrical-coordinate representation of color #704F4D: hue angle of 3.43º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #704F4D is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 79 77 -
CMYK 0 0.29 0.31 0.56
HSL 3.43º 0.19% 0.37% -
HSV(B) 3.43º 0.31% 0.44% -
XYZ 10.82 9.57 8.3 -
YUV 88.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 112 79 77 0 0.29 0.31 0.56 3.43 0.19 0.37
Hex 70 4F 4D 0 1D 1F 38 3 13 25
Octal 160 117 115 0 35 37 70 3 23 45
Binary 1110000 1001111 1001101 0 11101 11111 111000 11 10011 100101

Color Harmonies of #704F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F4D

Black with #704F4D

Text Example


Text Example

White with #704F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704F4D; }

 p { color: rgb(112,79,77); }

 H1.HeaderClassName
 {
   color: #704F4D;
 }
 .AnyTagClassName
 {
   color: #704F4D;
 }
</style>

background-color css

<style>
 a { background-color: #704F4D; }

 a { background-color: rgb(112,79,77); }

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

border-color css

<style>
 span { border-color: #704F4D; }

 span { border-color: rgb(112,79,77); }

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