Html Css Color HEX #774229 Bull Shot

📋 copy color: '#774229'

red 119 ◦ green 66 ◦ blue 41

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

Shades of Bull Shot #774229

Tints of Bull Shot #774229

RGB

 RED value IS 119 (46.88% from 255) = 52.65%

 GREEN value IS 66 (26.17% from 255) = 29.2%

 BLUE value IS 41 (16.41% from 255) = 18.14%

R = 52.65%
G = 29.2%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#774229 (or 0x774229) is known color: Bull Shot. HEX triplet: 77, 42 and 29. RGB value is (119,66,41). Sum of RGB (Red+Green+Blue) = 119+66+41=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #774229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774229 is #88BDD6. Grayscale: #4F4F4F. Windows color (decimal): -8961495 or 2703991. OLE color: 2703991.

HSL color Cylindrical-coordinate representation of color #774229: hue angle of 19.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #774229 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 41 -
CMYK 0 0.45 0.66 0.53
HSL 19.23º 0.49% 0.31% -
HSV(B) 19.23º 0.66% 0.47% -
XYZ 9.96 7.98 3.11 -
YUV 79 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 119 66 41 0 0.45 0.66 0.53 19.23 0.49 0.31
Hex 77 42 29 0 2D 42 35 13 31 1F
Octal 167 102 51 0 55 102 65 23 61 37
Binary 1110111 1000010 101001 0 101101 1000010 110101 10011 110001 11111

Color Harmonies of #774229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774229

Black with #774229

Text Example


Text Example

White with #774229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774229; }

 p { color: rgb(119,66,41); }

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

background-color css

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

 a { background-color: rgb(119,66,41); }

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

border-color css

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

 span { border-color: rgb(119,66,41); }

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