Html Css Color HEX #75713E Crete

📋 copy color: '#75713E'

red 117 ◦ green 113 ◦ blue 62

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

Shades of Crete #75713E

Tints of Crete #75713E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

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

R = 40.07%
G = 38.7%
B = 21.23%

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

#75713E (or 0x75713E) is known color: Crete. HEX triplet: 75, 71 and 3E. RGB value is (117,113,62). Sum of RGB (Red+Green+Blue) = 117+113+62=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75713E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75713E is #8A8EC1. Grayscale: #6C6C6C. Windows color (decimal): -9080514 or 4092277. OLE color: 4092277.

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

Color convert

RGB 117 113 62 -
CMYK 0 0.03 0.47 0.54
HSL 55.64º 0.31% 0.35% -
HSV(B) 55.64º 0.47% 0.46% -
XYZ 14.11 15.94 6.89 -
YUV 108.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 117 113 62 0 0.03 0.47 0.54 55.64 0.31 0.35
Hex 75 71 3E 0 3 2F 36 38 1F 23
Octal 165 161 76 0 3 57 66 70 37 43
Binary 1110101 1110001 111110 0 11 101111 110110 111000 11111 100011

Color Harmonies of #75713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75713E

Black with #75713E

Text Example


Text Example

White with #75713E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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