Html Css Color HEX #774829 Bull Shot

📋 copy color: '#774829'

red 119 ◦ green 72 ◦ blue 41

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

Shades of Bull Shot #774829

Tints of Bull Shot #774829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.03%

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

R = 51.29%
G = 31.03%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#774829 (or 0x774829) is known color: Bull Shot. HEX triplet: 77, 48 and 29. RGB value is (119,72,41). Sum of RGB (Red+Green+Blue) = 119+72+41=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #774829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774829 is #88B7D6. Grayscale: #525252. Windows color (decimal): -8959959 or 2705527. OLE color: 2705527.

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

Color convert

RGB 119 72 41 -
CMYK 0 0.39 0.66 0.53
HSL 23.85º 0.49% 0.31% -
HSV(B) 23.85º 0.66% 0.47% -
XYZ 10.33 8.72 3.24 -
YUV 82.52 104.57 154.02 -
System Red Green Blue C M Y K H S L
Decimal 119 72 41 0 0.39 0.66 0.53 23.85 0.49 0.31
Hex 77 48 29 0 27 42 35 18 31 1F
Octal 167 110 51 0 47 102 65 30 61 37
Binary 1110111 1001000 101001 0 100111 1000010 110101 11000 110001 11111

Color Harmonies of #774829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774829

Black with #774829

Text Example


Text Example

White with #774829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774829; }

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

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

background-color css

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

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

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

border-color css

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

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

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