Html Css Color HEX #75742E Crete

📋 copy color: '#75742E'

red 117 ◦ green 116 ◦ blue 46

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

Shades of Crete #75742E

Tints of Crete #75742E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.49%

R = 41.94%
G = 41.58%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75742E (or 0x75742E) is known color: Crete. HEX triplet: 75, 74 and 2E. RGB value is (117,116,46). Sum of RGB (Red+Green+Blue) = 117+116+46=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75742E is #8A8BD1. Grayscale: #6C6C6C. Windows color (decimal): -9079762 or 3044469. OLE color: 3044469.

HSL color Cylindrical-coordinate representation of color #75742E: hue angle of 59.15º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75742E is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 46 -
CMYK 0 0.01 0.61 0.54
HSL 59.15º 0.44% 0.32% -
HSV(B) 59.15º 0.61% 0.46% -
XYZ 14.07 16.47 5.02 -
YUV 108.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 117 116 46 0 0.01 0.61 0.54 59.15 0.44 0.32
Hex 75 74 2E 0 1 3D 36 3B 2C 20
Octal 165 164 56 0 1 75 66 73 54 40
Binary 1110101 1110100 101110 0 1 111101 110110 111011 101100 100000

Color Harmonies of #75742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75742E

Black with #75742E

Text Example


Text Example

White with #75742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75742E; }

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

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

background-color css

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

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

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

border-color css

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

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

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