Html Css Color HEX #75732C Crete

📋 copy color: '#75732C'

red 117 ◦ green 115 ◦ blue 44

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

Shades of Crete #75732C

Tints of Crete #75732C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 42.39%
G = 41.67%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75732C (or 0x75732C) is known color: Crete. HEX triplet: 75, 73 and 2C. RGB value is (117,115,44). Sum of RGB (Red+Green+Blue) = 117+115+44=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75732C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75732C is #8A8CD3. Grayscale: #6B6B6B. Windows color (decimal): -9080020 or 2913141. OLE color: 2913141.

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

Color convert

RGB 117 115 44 -
CMYK 0 0.02 0.62 0.54
HSL 58.36º 0.45% 0.32% -
HSV(B) 58.36º 0.62% 0.46% -
XYZ 13.92 16.23 4.78 -
YUV 107.5 92.16 134.77 -
System Red Green Blue C M Y K H S L
Decimal 117 115 44 0 0.02 0.62 0.54 58.36 0.45 0.32
Hex 75 73 2C 0 2 3E 36 3A 2D 20
Octal 165 163 54 0 2 76 66 72 55 40
Binary 1110101 1110011 101100 0 10 111110 110110 111010 101101 100000

Color Harmonies of #75732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75732C

Black with #75732C

Text Example


Text Example

White with #75732C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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