Html Css Color HEX #75703A Crete

📋 copy color: '#75703A'

red 117 ◦ green 112 ◦ blue 58

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

Shades of Crete #75703A

Tints of Crete #75703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.02%

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

R = 40.77%
G = 39.02%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75703A (or 0x75703A) is known color: Crete. HEX triplet: 75, 70 and 3A. RGB value is (117,112,58). Sum of RGB (Red+Green+Blue) = 117+112+58=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #75703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75703A is #8A8FC5. Grayscale: #6B6B6B. Windows color (decimal): -9080774 or 3829877. OLE color: 3829877.

HSL color Cylindrical-coordinate representation of color #75703A: hue angle of 54.92º 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 #75703A is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 58 -
CMYK 0 0.04 0.50 0.54
HSL 54.92º 0.34% 0.34% -
HSV(B) 54.92º 0.5% 0.46% -
XYZ 13.89 15.68 6.3 -
YUV 107.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 117 112 58 0 0.04 0.50 0.54 54.92 0.34 0.34
Hex 75 70 3A 0 4 32 36 37 22 22
Octal 165 160 72 0 4 62 66 67 42 42
Binary 1110101 1110000 111010 0 100 110010 110110 110111 100010 100010

Color Harmonies of #75703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75703A

Black with #75703A

Text Example


Text Example

White with #75703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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