Html Css Color HEX #764429 Bull Shot

📋 copy color: '#764429'

red 118 ◦ green 68 ◦ blue 41

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

Shades of Bull Shot #764429

Tints of Bull Shot #764429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.96%

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

R = 51.98%
G = 29.96%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#764429 (or 0x764429) is known color: Bull Shot. HEX triplet: 76, 44 and 29. RGB value is (118,68,41). Sum of RGB (Red+Green+Blue) = 118+68+41=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #764429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764429 is #89BBD6. Grayscale: #505050. Windows color (decimal): -9026519 or 2704502. OLE color: 2704502.

HSL color Cylindrical-coordinate representation of color #764429: hue angle of 21.04º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764429 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 68 41 -
CMYK 0 0.42 0.65 0.54
HSL 21.04º 0.48% 0.31% -
HSV(B) 21.04º 0.65% 0.46% -
XYZ 9.94 8.15 3.15 -
YUV 79.87 106.07 155.2 -
System Red Green Blue C M Y K H S L
Decimal 118 68 41 0 0.42 0.65 0.54 21.04 0.48 0.31
Hex 76 44 29 0 2A 41 36 15 30 1F
Octal 166 104 51 0 52 101 66 25 60 37
Binary 1110110 1000100 101001 0 101010 1000001 110110 10101 110000 11111

Color Harmonies of #764429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764429

Black with #764429

Text Example


Text Example

White with #764429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764429; }

 p { color: rgb(118,68,41); }

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

background-color css

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

 a { background-color: rgb(118,68,41); }

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

border-color css

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

 span { border-color: rgb(118,68,41); }

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