Html Css Color HEX #75733E Crete

📋 copy color: '#75733E'

red 117 ◦ green 115 ◦ blue 62

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

Shades of Crete #75733E

Tints of Crete #75733E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.09%

R = 39.8%
G = 39.12%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75733E (or 0x75733E) is known color: Crete. HEX triplet: 75, 73 and 3E. RGB value is (117,115,62). Sum of RGB (Red+Green+Blue) = 117+115+62=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75733E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75733E is #8A8CC1. Grayscale: #6D6D6D. Windows color (decimal): -9080002 or 4092789. OLE color: 4092789.

HSL color Cylindrical-coordinate representation of color #75733E: hue angle of 57.82º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75733E is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 115 62 -
CMYK 0 0.02 0.47 0.54
HSL 57.82º 0.31% 0.35% -
HSV(B) 57.82º 0.47% 0.46% -
XYZ 14.34 16.39 6.97 -
YUV 109.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 117 115 62 0 0.02 0.47 0.54 57.82 0.31 0.35
Hex 75 73 3E 0 2 2F 36 3A 1F 23
Octal 165 163 76 0 2 57 66 72 37 43
Binary 1110101 1110011 111110 0 10 101111 110110 111010 11111 100011

Color Harmonies of #75733E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75733E

Black with #75733E

Text Example


Text Example

White with #75733E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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