Html Css Color HEX #757434 Crete

📋 copy color: '#757434'

red 117 ◦ green 116 ◦ blue 52

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

Shades of Crete #757434

Tints of Crete #757434

RGB

 RED value IS 117 (46.09% from 255) = 41.05%

 GREEN value IS 116 (45.7% from 255) = 40.7%

 BLUE value IS 52 (20.7% from 255) = 18.25%

R = 41.05%
G = 40.7%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#757434 (or 0x757434) is known color: Crete. HEX triplet: 75, 74 and 34. RGB value is (117,116,52). Sum of RGB (Red+Green+Blue) = 117+116+52=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #757434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757434 is #8A8BCB. Grayscale: #6D6D6D. Windows color (decimal): -9079756 or 3437685. OLE color: 3437685.

HSL color Cylindrical-coordinate representation of color #757434: hue angle of 59.08º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #757434 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 52 -
CMYK 0 0.01 0.56 0.54
HSL 59.08º 0.38% 0.33% -
HSV(B) 59.08º 0.56% 0.46% -
XYZ 14.2 16.52 5.69 -
YUV 109 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 117 116 52 0 0.01 0.56 0.54 59.08 0.38 0.33
Hex 75 74 34 0 1 38 36 3B 26 21
Octal 165 164 64 0 1 70 66 73 46 41
Binary 1110101 1110100 110100 0 1 111000 110110 111011 100110 100001

Color Harmonies of #757434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757434

Black with #757434

Text Example


Text Example

White with #757434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757434; }

 p { color: rgb(117,116,52); }

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

background-color css

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

 a { background-color: rgb(117,116,52); }

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

border-color css

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

 span { border-color: rgb(117,116,52); }

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