Html Css Color HEX #75743A Crete

📋 copy color: '#75743A'

red 117 ◦ green 116 ◦ blue 58

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

Shades of Crete #75743A

Tints of Crete #75743A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.86%

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

R = 40.21%
G = 39.86%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75743A (or 0x75743A) is known color: Crete. HEX triplet: 75, 74 and 3A. RGB value is (117,116,58). Sum of RGB (Red+Green+Blue) = 117+116+58=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75743A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75743A is #8A8BC5. Grayscale: #6D6D6D. Windows color (decimal): -9079750 or 3830901. OLE color: 3830901.

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

Color convert

RGB 117 116 58 -
CMYK 0 0.01 0.50 0.54
HSL 58.98º 0.34% 0.34% -
HSV(B) 58.98º 0.5% 0.46% -
XYZ 14.35 16.58 6.45 -
YUV 109.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 117 116 58 0 0.01 0.50 0.54 58.98 0.34 0.34
Hex 75 74 3A 0 1 32 36 3B 22 22
Octal 165 164 72 0 1 62 66 73 42 42
Binary 1110101 1110100 111010 0 1 110010 110110 111011 100010 100010

Color Harmonies of #75743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75743A

Black with #75743A

Text Example


Text Example

White with #75743A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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