Html Css Color HEX #75732F Crete

📋 copy color: '#75732F'

red 117 ◦ green 115 ◦ blue 47

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

Shades of Crete #75732F

Tints of Crete #75732F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.22%

 BLUE value IS 47 (18.75% from 255) = 16.85%

R = 41.94%
G = 41.22%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75732F (or 0x75732F) is known color: Crete. HEX triplet: 75, 73 and 2F. RGB value is (117,115,47). Sum of RGB (Red+Green+Blue) = 117+115+47=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75732F is #8A8CD0. Grayscale: #6C6C6C. Windows color (decimal): -9080017 or 3109749. OLE color: 3109749.

HSL color Cylindrical-coordinate representation of color #75732F: hue angle of 58.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75732F is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 115 47 -
CMYK 0 0.02 0.60 0.54
HSL 58.29º 0.43% 0.32% -
HSV(B) 58.29º 0.6% 0.46% -
XYZ 13.98 16.25 5.09 -
YUV 107.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 117 115 47 0 0.02 0.60 0.54 58.29 0.43 0.32
Hex 75 73 2F 0 2 3C 36 3A 2B 20
Octal 165 163 57 0 2 74 66 72 53 40
Binary 1110101 1110011 101111 0 10 111100 110110 111010 101011 100000

Color Harmonies of #75732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75732F

Black with #75732F

Text Example


Text Example

White with #75732F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75732F; }

 p { color: rgb(117,115,47); }

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

background-color css

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

 a { background-color: rgb(117,115,47); }

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

border-color css

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

 span { border-color: rgb(117,115,47); }

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