Html Css Color HEX #70504C Buccaneer

📋 copy color: '#70504C'

red 112 ◦ green 80 ◦ blue 76

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

Shades of Buccaneer #70504C

Tints of Buccaneer #70504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.36%

R = 41.79%
G = 29.85%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70504C (or 0x70504C) is known color: Buccaneer. HEX triplet: 70, 50 and 4C. RGB value is (112,80,76). Sum of RGB (Red+Green+Blue) = 112+80+76=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #70504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70504C is #8FAFB3. Grayscale: #595959. Windows color (decimal): -9416628 or 5001328. OLE color: 5001328.

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

Color convert

RGB 112 80 76 -
CMYK 0 0.29 0.32 0.56
HSL 6.67º 0.19% 0.37% -
HSV(B) 6.67º 0.32% 0.44% -
XYZ 10.86 9.7 8.14 -
YUV 89.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 112 80 76 0 0.29 0.32 0.56 6.67 0.19 0.37
Hex 70 50 4C 0 1D 20 38 7 13 25
Octal 160 120 114 0 35 40 70 7 23 45
Binary 1110000 1010000 1001100 0 11101 100000 111000 111 10011 100101

Color Harmonies of #70504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70504C

Black with #70504C

Text Example


Text Example

White with #70504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70504C; }

 p { color: rgb(112,80,76); }

 H1.HeaderClassName
 {
   color: #70504C;
 }
 .AnyTagClassName
 {
   color: #70504C;
 }
</style>

background-color css

<style>
 a { background-color: #70504C; }

 a { background-color: rgb(112,80,76); }

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

border-color css

<style>
 span { border-color: #70504C; }

 span { border-color: rgb(112,80,76); }

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