Html Css Color HEX #757134 Crete

📋 copy color: '#757134'

red 117 ◦ green 113 ◦ blue 52

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

Shades of Crete #757134

Tints of Crete #757134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.07%

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

R = 41.49%
G = 40.07%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#757134 (or 0x757134) is known color: Crete. HEX triplet: 75, 71 and 34. RGB value is (117,113,52). Sum of RGB (Red+Green+Blue) = 117+113+52=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #757134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757134 is #8A8ECB. Grayscale: #6B6B6B. Windows color (decimal): -9080524 or 3436917. OLE color: 3436917.

HSL color Cylindrical-coordinate representation of color #757134: hue angle of 56.31º 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 #757134 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 113 52 -
CMYK 0 0.03 0.56 0.54
HSL 56.31º 0.38% 0.33% -
HSV(B) 56.31º 0.56% 0.46% -
XYZ 13.86 15.84 5.58 -
YUV 107.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 117 113 52 0 0.03 0.56 0.54 56.31 0.38 0.33
Hex 75 71 34 0 3 38 36 38 26 21
Octal 165 161 64 0 3 70 66 70 46 41
Binary 1110101 1110001 110100 0 11 111000 110110 111000 100110 100001

Color Harmonies of #757134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757134

Black with #757134

Text Example


Text Example

White with #757134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757134; }

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

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

background-color css

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

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

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

border-color css

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

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

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