Html Css Color HEX #75723E Crete

📋 copy color: '#75723E'

red 117 ◦ green 114 ◦ blue 62

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

Shades of Crete #75723E

Tints of Crete #75723E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.91%

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

R = 39.93%
G = 38.91%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75723E (or 0x75723E) is known color: Crete. HEX triplet: 75, 72 and 3E. RGB value is (117,114,62). Sum of RGB (Red+Green+Blue) = 117+114+62=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75723E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75723E is #8A8DC1. Grayscale: #6D6D6D. Windows color (decimal): -9080258 or 4092533. OLE color: 4092533.

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

Color convert

RGB 117 114 62 -
CMYK 0 0.03 0.47 0.54
HSL 56.73º 0.31% 0.35% -
HSV(B) 56.73º 0.47% 0.46% -
XYZ 14.22 16.16 6.93 -
YUV 108.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 117 114 62 0 0.03 0.47 0.54 56.73 0.31 0.35
Hex 75 72 3E 0 3 2F 36 39 1F 23
Octal 165 162 76 0 3 57 66 71 37 43
Binary 1110101 1110010 111110 0 11 101111 110110 111001 11111 100011

Color Harmonies of #75723E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75723E

Black with #75723E

Text Example


Text Example

White with #75723E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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