Html Css Color HEX #764339 Bole

📋 copy color: '#764339'

red 118 ◦ green 67 ◦ blue 57

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

Shades of Bole #764339

Tints of Bole #764339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.55%

R = 48.76%
G = 27.69%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#764339 (or 0x764339) is known color: Bole. HEX triplet: 76, 43 and 39. RGB value is (118,67,57). Sum of RGB (Red+Green+Blue) = 118+67+57=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #764339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764339 is #89BCC6. Grayscale: #515151. Windows color (decimal): -9026759 or 3752822. OLE color: 3752822.

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

Color convert

RGB 118 67 57 -
CMYK 0 0.43 0.52 0.54
HSL 9.84º 0.35% 0.34% -
HSV(B) 9.84º 0.52% 0.46% -
XYZ 10.22 8.16 4.91 -
YUV 81.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 118 67 57 0 0.43 0.52 0.54 9.84 0.35 0.34
Hex 76 43 39 0 2B 34 36 A 23 22
Octal 166 103 71 0 53 64 66 12 43 42
Binary 1110110 1000011 111001 0 101011 110100 110110 1010 100011 100010

Color Harmonies of #764339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764339

Black with #764339

Text Example


Text Example

White with #764339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764339; }

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

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

background-color css

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

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

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

border-color css

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

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

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