Html Css Color HEX #774329 Bull Shot

📋 copy color: '#774329'

red 119 ◦ green 67 ◦ blue 41

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

Shades of Bull Shot #774329

Tints of Bull Shot #774329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.52%

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

R = 52.42%
G = 29.52%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#774329 (or 0x774329) is known color: Bull Shot. HEX triplet: 77, 43 and 29. RGB value is (119,67,41). Sum of RGB (Red+Green+Blue) = 119+67+41=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #774329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774329 is #88BCD6. Grayscale: #4F4F4F. Windows color (decimal): -8961239 or 2704247. OLE color: 2704247.

HSL color Cylindrical-coordinate representation of color #774329: hue angle of 20º 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 #774329 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 67 41 -
CMYK 0 0.44 0.66 0.53
HSL 20º 0.49% 0.31% -
HSV(B) 20º 0.66% 0.47% -
XYZ 10.02 8.1 3.13 -
YUV 79.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 119 67 41 0 0.44 0.66 0.53 20 0.49 0.31
Hex 77 43 29 0 2C 42 35 14 31 1F
Octal 167 103 51 0 54 102 65 24 61 37
Binary 1110111 1000011 101001 0 101100 1000010 110101 10100 110001 11111

Color Harmonies of #774329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774329

Black with #774329

Text Example


Text Example

White with #774329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774329; }

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

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

background-color css

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

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

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

border-color css

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

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

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