Html Css Color HEX #704E4B Buccaneer

📋 copy color: '#704E4B'

red 112 ◦ green 78 ◦ blue 75

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

Shades of Buccaneer #704E4B

Tints of Buccaneer #704E4B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.43%

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

R = 42.26%
G = 29.43%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#704E4B (or 0x704E4B) is known color: Buccaneer. HEX triplet: 70, 4E and 4B. RGB value is (112,78,75). Sum of RGB (Red+Green+Blue) = 112+78+75=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #704E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E4B is #8FB1B4. Grayscale: #575757. Windows color (decimal): -9417141 or 4935280. OLE color: 4935280.

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

Color convert

RGB 112 78 75 -
CMYK 0 0.30 0.33 0.56
HSL 4.86º 0.2% 0.37% -
HSV(B) 4.86º 0.33% 0.44% -
XYZ 10.68 9.4 7.91 -
YUV 87.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 112 78 75 0 0.30 0.33 0.56 4.86 0.2 0.37
Hex 70 4E 4B 0 1E 21 38 5 14 25
Octal 160 116 113 0 36 41 70 5 24 45
Binary 1110000 1001110 1001011 0 11110 100001 111000 101 10100 100101

Color Harmonies of #704E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E4B

Black with #704E4B

Text Example


Text Example

White with #704E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,78,75); }

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

background-color css

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

 a { background-color: rgb(112,78,75); }

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

border-color css

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

 span { border-color: rgb(112,78,75); }

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