Html Css Color HEX #75713A Crete

📋 copy color: '#75713A'

red 117 ◦ green 113 ◦ blue 58

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

Shades of Crete #75713A

Tints of Crete #75713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.14%

R = 40.63%
G = 39.24%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75713A (or 0x75713A) is known color: Crete. HEX triplet: 75, 71 and 3A. RGB value is (117,113,58). Sum of RGB (Red+Green+Blue) = 117+113+58=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #75713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75713A is #8A8EC5. Grayscale: #6C6C6C. Windows color (decimal): -9080518 or 3830133. OLE color: 3830133.

HSL color Cylindrical-coordinate representation of color #75713A: hue angle of 55.93º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75713A is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 113 58 -
CMYK 0 0.03 0.50 0.54
HSL 55.93º 0.34% 0.34% -
HSV(B) 55.93º 0.5% 0.46% -
XYZ 14 15.9 6.33 -
YUV 107.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 117 113 58 0 0.03 0.50 0.54 55.93 0.34 0.34
Hex 75 71 3A 0 3 32 36 38 22 22
Octal 165 161 72 0 3 62 66 70 42 42
Binary 1110101 1110001 111010 0 11 110010 110110 111000 100010 100010

Color Harmonies of #75713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75713A

Black with #75713A

Text Example


Text Example

White with #75713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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