Html Css Color HEX #747B3D Crete

📋 copy color: '#747B3D'

red 116 ◦ green 123 ◦ blue 61

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

Shades of Crete #747B3D

Tints of Crete #747B3D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41%

 BLUE value IS 61 (24.22% from 255) = 20.33%

R = 38.67%
G = 41%
B = 20.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#747B3D (or 0x747B3D) is known color: Crete. HEX triplet: 74, 7B and 3D. RGB value is (116,123,61). Sum of RGB (Red+Green+Blue) = 116+123+61=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #747B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747B3D is #8B84C2. Grayscale: #727272. Windows color (decimal): -9143491 or 4029300. OLE color: 4029300.

HSL color Cylindrical-coordinate representation of color #747B3D: hue angle of 66.77º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #747B3D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 123 61 -
CMYK 0.06 0 0.50 0.52
HSL 66.77º 0.34% 0.36% -
HSV(B) 66.77º 0.5% 0.48% -
XYZ 15.13 18.22 7.13 -
YUV 113.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 116 123 61 0.06 0 0.50 0.52 66.77 0.34 0.36
Hex 74 7B 3D 6 0 32 34 43 22 24
Octal 164 173 75 6 0 62 64 103 42 44
Binary 1110100 1111011 111101 110 0 110010 110100 1000011 100010 100100

Color Harmonies of #747B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B3D

Black with #747B3D

Text Example


Text Example

White with #747B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,123,61); }

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

background-color css

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

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

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

border-color css

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

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

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