Html Css Color HEX #74743A Crete

📋 copy color: '#74743A'

red 116 ◦ green 116 ◦ blue 58

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

Shades of Crete #74743A

Tints of Crete #74743A

RGB

 RED value IS 116 (45.7% from 255) = 40%

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

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

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#74743A (or 0x74743A) is known color: Crete. HEX triplet: 74, 74 and 3A. RGB value is (116,116,58). Sum of RGB (Red+Green+Blue) = 116+116+58=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74743A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74743A is #8B8BC5. Grayscale: #6D6D6D. Windows color (decimal): -9145286 or 3830900. OLE color: 3830900.

HSL color Cylindrical-coordinate representation of color #74743A: hue angle of 60º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74743A is Cyan = 0, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 116 58 -
CMYK 0 0 0.5 0.55
HSL 60º 0.33% 0.34% -
HSV(B) 60º 0.5% 0.45% -
XYZ 14.21 16.51 6.44 -
YUV 109.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 116 116 58 0 0 0.5 0.55 60 0.33 0.34
Hex 74 74 3A 0 0 32 37 3C 21 22
Octal 164 164 72 0 0 62 67 74 41 42
Binary 1110100 1110100 111010 0 0 110010 110111 111100 100001 100010

Color Harmonies of #74743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74743A

Black with #74743A

Text Example


Text Example

White with #74743A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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