Html Css Color HEX #774825 Bull Shot

📋 copy color: '#774825'

red 119 ◦ green 72 ◦ blue 37

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

Shades of Bull Shot #774825

Tints of Bull Shot #774825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.23%

R = 52.19%
G = 31.58%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#774825 (or 0x774825) is known color: Bull Shot. HEX triplet: 77, 48 and 25. RGB value is (119,72,37). Sum of RGB (Red+Green+Blue) = 119+72+37=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #774825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774825 is #88B7DA. Grayscale: #525252. Windows color (decimal): -8959963 or 2443383. OLE color: 2443383.

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

Color convert

RGB 119 72 37 -
CMYK 0 0.39 0.69 0.53
HSL 25.61º 0.53% 0.31% -
HSV(B) 25.61º 0.69% 0.47% -
XYZ 10.26 8.69 2.89 -
YUV 82.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 119 72 37 0 0.39 0.69 0.53 25.61 0.53 0.31
Hex 77 48 25 0 27 45 35 1A 35 1F
Octal 167 110 45 0 47 105 65 32 65 37
Binary 1110111 1001000 100101 0 100111 1000101 110101 11010 110101 11111

Color Harmonies of #774825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774825

Black with #774825

Text Example


Text Example

White with #774825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774825; }

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

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

background-color css

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

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

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

border-color css

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

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

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