Html Css Color HEX #75703C Crete

📋 copy color: '#75703C'

red 117 ◦ green 112 ◦ blue 60

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

Shades of Crete #75703C

Tints of Crete #75703C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 40.48%
G = 38.75%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75703C (or 0x75703C) is known color: Crete. HEX triplet: 75, 70 and 3C. RGB value is (117,112,60). Sum of RGB (Red+Green+Blue) = 117+112+60=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #75703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75703C is #8A8FC3. Grayscale: #6B6B6B. Windows color (decimal): -9080772 or 3960949. OLE color: 3960949.

HSL color Cylindrical-coordinate representation of color #75703C: hue angle of 54.74º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75703C is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 60 -
CMYK 0 0.04 0.49 0.54
HSL 54.74º 0.32% 0.35% -
HSV(B) 54.74º 0.49% 0.46% -
XYZ 13.95 15.7 6.57 -
YUV 107.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 117 112 60 0 0.04 0.49 0.54 54.74 0.32 0.35
Hex 75 70 3C 0 4 31 36 37 20 23
Octal 165 160 74 0 4 61 66 67 40 43
Binary 1110101 1110000 111100 0 100 110001 110110 110111 100000 100011

Color Harmonies of #75703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75703C

Black with #75703C

Text Example


Text Example

White with #75703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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