Html Css Color HEX #764328 Bull Shot

📋 copy color: '#764328'

red 118 ◦ green 67 ◦ blue 40

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

Shades of Bull Shot #764328

Tints of Bull Shot #764328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.78%

R = 52.44%
G = 29.78%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#764328 (or 0x764328) is known color: Bull Shot. HEX triplet: 76, 43 and 28. RGB value is (118,67,40). Sum of RGB (Red+Green+Blue) = 118+67+40=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #764328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764328 is #89BCD7. Grayscale: #4F4F4F. Windows color (decimal): -9026776 or 2638710. OLE color: 2638710.

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

Color convert

RGB 118 67 40 -
CMYK 0 0.43 0.66 0.54
HSL 20.77º 0.49% 0.31% -
HSV(B) 20.77º 0.66% 0.46% -
XYZ 9.86 8.02 3.04 -
YUV 79.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 118 67 40 0 0.43 0.66 0.54 20.77 0.49 0.31
Hex 76 43 28 0 2B 42 36 15 31 1F
Octal 166 103 50 0 53 102 66 25 61 37
Binary 1110110 1000011 101000 0 101011 1000010 110110 10101 110001 11111

Color Harmonies of #764328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764328

Black with #764328

Text Example


Text Example

White with #764328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764328; }

 p { color: rgb(118,67,40); }

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

background-color css

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

 a { background-color: rgb(118,67,40); }

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

border-color css

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

 span { border-color: rgb(118,67,40); }

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