Html Css Color HEX #747C3C Crete

📋 copy color: '#747C3C'

red 116 ◦ green 124 ◦ blue 60

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

Shades of Crete #747C3C

Tints of Crete #747C3C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.33%

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

R = 38.67%
G = 41.33%
B = 20%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#747C3C (or 0x747C3C) is known color: Crete. HEX triplet: 74, 7C and 3C. RGB value is (116,124,60). Sum of RGB (Red+Green+Blue) = 116+124+60=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 124 - color contains mainly: green. Hex color #747C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747C3C is #8B83C3. Grayscale: #727272. Windows color (decimal): -9143236 or 3964020. OLE color: 3964020.

HSL color Cylindrical-coordinate representation of color #747C3C: hue angle of 67.5º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #747C3C is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 124 60 -
CMYK 0.06 0 0.52 0.51
HSL 67.5º 0.35% 0.36% -
HSV(B) 67.5º 0.52% 0.49% -
XYZ 15.23 18.45 7.03 -
YUV 114.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 116 124 60 0.06 0 0.52 0.51 67.5 0.35 0.36
Hex 74 7C 3C 6 0 34 33 44 23 24
Octal 164 174 74 6 0 64 63 104 43 44
Binary 1110100 1111100 111100 110 0 110100 110011 1000100 100011 100100

Color Harmonies of #747C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C3C

Black with #747C3C

Text Example


Text Example

White with #747C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747C3C; }

 p { color: rgb(116,124,60); }

 H1.HeaderClassName
 {
   color: #747C3C;
 }
 .AnyTagClassName
 {
   color: #747C3C;
 }
</style>

background-color css

<style>
 a { background-color: #747C3C; }

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

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

border-color css

<style>
 span { border-color: #747C3C; }

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

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