Html Css Color HEX #76472A Bull Shot

📋 copy color: '#76472A'

red 118 ◦ green 71 ◦ blue 42

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

Shades of Bull Shot #76472A

Tints of Bull Shot #76472A

RGB

 RED value IS 118 (46.48% from 255) = 51.08%

 GREEN value IS 71 (28.13% from 255) = 30.74%

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 51.08%
G = 30.74%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76472A (or 0x76472A) is known color: Bull Shot. HEX triplet: 76, 47 and 2A. RGB value is (118,71,42). Sum of RGB (Red+Green+Blue) = 118+71+42=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76472A is #89B8D5. Grayscale: #515151. Windows color (decimal): -9025750 or 2770806. OLE color: 2770806.

HSL color Cylindrical-coordinate representation of color #76472A: hue angle of 22.89º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76472A is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 42 -
CMYK 0 0.40 0.64 0.54
HSL 22.89º 0.48% 0.31% -
HSV(B) 22.89º 0.64% 0.46% -
XYZ 10.14 8.53 3.3 -
YUV 81.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 118 71 42 0 0.40 0.64 0.54 22.89 0.48 0.31
Hex 76 47 2A 0 28 40 36 17 30 1F
Octal 166 107 52 0 50 100 66 27 60 37
Binary 1110110 1000111 101010 0 101000 1000000 110110 10111 110000 11111

Color Harmonies of #76472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76472A

Black with #76472A

Text Example


Text Example

White with #76472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76472A; }

 p { color: rgb(118,71,42); }

 H1.HeaderClassName
 {
   color: #76472A;
 }
 .AnyTagClassName
 {
   color: #76472A;
 }
</style>

background-color css

<style>
 a { background-color: #76472A; }

 a { background-color: rgb(118,71,42); }

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

border-color css

<style>
 span { border-color: #76472A; }

 span { border-color: rgb(118,71,42); }

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